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:
parent
1c61f87da3
commit
ff04a654ab
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -184,7 +184,7 @@ class build_api(Command):
|
|||
print("auto-generating API documentation")
|
||||
with open("docs/api.rst", "w") as doc:
|
||||
doc.write("""
|
||||
Borg Backup API documentation"
|
||||
Borg Backup API documentation
|
||||
=============================
|
||||
""")
|
||||
for mod in glob('borg/*.py') + glob('borg/*.pyx'):
|
||||
|
|
Loading…
Add table
Reference in a new issue