summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2019-08-24 19:44:03 -0500
committerMichael Merickel <michael@merickel.org>2019-08-24 19:44:03 -0500
commit3af1883bcd617d74eb8c9b134b5ac830f8cdd2a9 (patch)
tree787010fae42cb6ed37baf82a4de472f801d1eb67 /src
parent53fc95513a218cad578da7d2d232597bf38f8216 (diff)
downloadpyramid-3af1883bcd617d74eb8c9b134b5ac830f8cdd2a9.tar.gz
pyramid-3af1883bcd617d74eb8c9b134b5ac830f8cdd2a9.tar.bz2
pyramid-3af1883bcd617d74eb8c9b134b5ac830f8cdd2a9.zip
fix docstring
Diffstat (limited to 'src')
-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."
),
)