2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-09-08 10:15:18 +00:00

Use triple double-quoted strings for docstrings.

This commit is contained in:
Mark Grassi
2022-08-07 14:57:30 -04:00
parent de3aa3c5f0
commit dc384c48a8
45 changed files with 610 additions and 612 deletions

View File

@@ -28,7 +28,7 @@ import sys
class Install(_install):
'''Override setuptools to install the files where we want them.'''
"""Override setuptools to install the files where we want them."""
def run(self):
# Now byte-compile everything
super().run()