From 506d3c7fd5cd6cf3bd0c46f06f85c9cdf6795d18 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Mon, 28 Nov 2016 01:56:15 -0800 Subject: add line feed to avoid Sphinx error --- pyramid/scripts/prequest.py | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3