summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-11-28 01:56:15 -0800
committerSteve Piercy <web@stevepiercy.com>2016-12-13 17:30:51 -0800
commit506d3c7fd5cd6cf3bd0c46f06f85c9cdf6795d18 (patch)
tree5bc41aae076c968b4d0c48f615bb39e307f31e72
parent616f40a660d1f095241a7c46ff3d68e69b07c900 (diff)
downloadpyramid-506d3c7fd5cd6cf3bd0c46f06f85c9cdf6795d18.tar.gz
pyramid-506d3c7fd5cd6cf3bd0c46f06f85c9cdf6795d18.tar.bz2
pyramid-506d3c7fd5cd6cf3bd0c46f06f85c9cdf6795d18.zip
add line feed to avoid Sphinx error
-rw-r--r--pyramid/scripts/prequest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyramid/scripts/prequest.py b/pyramid/scripts/prequest.py
index 880eae5b0..021b83f6c 100644
--- a/pyramid/scripts/prequest.py
+++ b/pyramid/scripts/prequest.py
@@ -45,6 +45,7 @@ class PRequestCommand(object):
the request's WSGI environment, so your application can distinguish these
calls from normal requests.
"""
+
parser = argparse.ArgumentParser(
usage="%(prog)s config_uri path_info [args/options]",
description=textwrap.dedent(description)