1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-03-15 00:21:56 +00:00

remove trailing quote

This commit is contained in:
Antoine Beaupré 2015-10-09 14:25:29 -04:00
parent 1c61f87da3
commit ff04a654ab

View file

@ -184,7 +184,7 @@ class build_api(Command):
print("auto-generating API documentation") print("auto-generating API documentation")
with open("docs/api.rst", "w") as doc: with open("docs/api.rst", "w") as doc:
doc.write(""" doc.write("""
Borg Backup API documentation" Borg Backup API documentation
============================= =============================
""") """)
for mod in glob('borg/*.py') + glob('borg/*.pyx'): for mod in glob('borg/*.py') + glob('borg/*.pyx'):