summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyramid/scripts/pcreate.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyramid/scripts/pcreate.py b/pyramid/scripts/pcreate.py
index b3181c2b3..790fac230 100644
--- a/pyramid/scripts/pcreate.py
+++ b/pyramid/scripts/pcreate.py
@@ -80,8 +80,8 @@ https://github.com/Pylons/?q=cookiecutter
'is the name of an already existing / importable '
'package.')
parser.add_argument('output_directory',
- nargs = '?',
- default = None,
+ nargs='?',
+ default=None,
help='The directory where the project will be '
'created.')