summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2019-08-24 19:18:52 -0500
committerMichael Merickel <michael@merickel.org>2019-08-24 19:18:52 -0500
commit3130eb736d975fc558aac67580915e74f179dd65 (patch)
tree1dc869cf41ed69acdbc59e3556ce2c6dc8703060 /src
parente67537db1d0e48a3d0d8e7799f16a104f6130a4c (diff)
downloadpyramid-3130eb736d975fc558aac67580915e74f179dd65.tar.gz
pyramid-3130eb736d975fc558aac67580915e74f179dd65.tar.bz2
pyramid-3130eb736d975fc558aac67580915e74f179dd65.zip
indent string
Diffstat (limited to 'src')
-rw-r--r--src/pyramid/scripts/proutes.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/pyramid/scripts/proutes.py b/src/pyramid/scripts/proutes.py
index 189b125ce..88af2a787 100644
--- a/src/pyramid/scripts/proutes.py
+++ b/src/pyramid/scripts/proutes.py
@@ -268,9 +268,11 @@ class PRoutesCommand(object):
'config_vars',
nargs='*',
default=(),
- help="Variables required by the config file. For example, "
- "`http_port=%%(http_port)s` would expect `http_port=8080` to be "
- "passed here.",
+ help=(
+ "Variables required by the config file. For example, "
+ "`http_port=%%(http_port)s` would expect `http_port=8080` to be "
+ "passed here.",
+ ),
)
def __init__(self, argv, quiet=False):