From ff04a654ab69f6c239b9a04e96b0ad66c5ca294a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Fri, 9 Oct 2015 14:25:29 -0400 Subject: [PATCH] remove trailing quote --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f2a3f8bb9..d19004efc 100644 --- a/setup.py +++ b/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'):