summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pyramid/scripts/proutes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pyramid/scripts/proutes.py b/src/pyramid/scripts/proutes.py
index 88af2a787..09b550cef 100644
--- a/src/pyramid/scripts/proutes.py
+++ b/src/pyramid/scripts/proutes.py
@@ -271,7 +271,7 @@ class PRoutesCommand(object):
help=(
"Variables required by the config file. For example, "
"`http_port=%%(http_port)s` would expect `http_port=8080` to be "
- "passed here.",
+ "passed here."
),
)