From c58406f71cce67f820842eca810563dd786f1e9a Mon Sep 17 00:00:00 2001 From: patrick Date: Tue, 19 Jan 2016 11:30:28 -0800 Subject: [PATCH] minor whitespace fix --- pelican/tools/pelican_import.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pelican/tools/pelican_import.py b/pelican/tools/pelican_import.py index 81bbc672..8e3db4c2 100755 --- a/pelican/tools/pelican_import.py +++ b/pelican/tools/pelican_import.py @@ -791,8 +791,8 @@ def main(): help='Output path') parser.add_argument('-o', '--output', dest='output', default='content', help=('Where to output the generated markup files. If not specified, ' - 'a directory will be created, named "content" in the current ' - 'path.')) + 'a directory will be created, named "content" in the current ' + 'path.')) parser.add_argument( '--dir-cat', action='store_true', dest='dircat', help='Put files in directories with categories name')