From f69c71000a333205a720a7caee9b630888ec874c Mon Sep 17 00:00:00 2001 From: Norton Wang Date: Fri, 1 Nov 2013 16:59:45 -0400 Subject: [PATCH] Fix typo in manual --- pelican/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelican/__init__.py b/pelican/__init__.py index b3ffe21a..68cefc2c 100644 --- a/pelican/__init__.py +++ b/pelican/__init__.py @@ -225,7 +225,7 @@ def parse_arguments(): default=None) parser.add_argument('-t', '--theme-path', dest='theme', - help='Path where to find the theme templates. If not specified, it' + help='Path where to find the theme templates. If not specified, it ' 'will use the default one included with pelican.') parser.add_argument('-o', '--output', dest='output',