summaryrefslogtreecommitdiffstats
path: root/nikola/console.py
diff options
context:
space:
mode:
Diffstat (limited to 'nikola/console.py')
-rw-r--r--nikola/console.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/nikola/console.py b/nikola/console.py
index 939b611..ad36010 100644
--- a/nikola/console.py
+++ b/nikola/console.py
@@ -4,4 +4,5 @@ from nikola import Nikola
import conf
SITE = Nikola(**conf.__dict__)
SITE.scan_posts()
-print("You can now access your configuration as conf and your site engine as SITE")
+print("You can now access your configuration as conf and your site engine "
+ "as SITE")