From 09f3ad10fbc2e94e1a75335e0086471f8870ba17 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Tue, 18 Nov 2014 18:04:29 +0100 Subject: [PATCH] fix whitespace --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index c29c6f3..3119ddc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,8 +19,8 @@ try: # The full version, including alpha/beta/rc tags. release = pkg_resources.require('vdirsyncer')[0].version except pkg_resources.DistributionNotFound: - print('To build the documentation, the distribution information of' - 'vdirsyncer has to be available. Run "setup.py develop" to do' + print('To build the documentation, the distribution information of ' + 'vdirsyncer has to be available. Run "setup.py develop" to do ' 'this.') sys.exit(1)