diff options
| author | Michael Merickel <michael@merickel.org> | 2019-08-24 19:44:03 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2019-08-24 19:44:03 -0500 |
| commit | 3af1883bcd617d74eb8c9b134b5ac830f8cdd2a9 (patch) | |
| tree | 787010fae42cb6ed37baf82a4de472f801d1eb67 | |
| parent | 53fc95513a218cad578da7d2d232597bf38f8216 (diff) | |
| download | pyramid-3af1883bcd617d74eb8c9b134b5ac830f8cdd2a9.tar.gz pyramid-3af1883bcd617d74eb8c9b134b5ac830f8cdd2a9.tar.bz2 pyramid-3af1883bcd617d74eb8c9b134b5ac830f8cdd2a9.zip | |
fix docstring
| -rw-r--r-- | src/pyramid/scripts/proutes.py | 2 |
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." ), ) |
