summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkpinc <kop@meme.com>2015-12-22 09:56:42 -0600
committerkpinc <kop@meme.com>2015-12-22 09:56:42 -0600
commit091941ddfaf2e2349b7884f15ce3d79339a8e835 (patch)
tree7f8f13db1d4089d4512fc78f15fced46c47777ee
parentcdb9f7a18725a992f8ad0bfc920c028082222b47 (diff)
downloadpyramid-091941ddfaf2e2349b7884f15ce3d79339a8e835.tar.gz
pyramid-091941ddfaf2e2349b7884f15ce3d79339a8e835.tar.bz2
pyramid-091941ddfaf2e2349b7884f15ce3d79339a8e835.zip
Update prequest.py
-rw-r--r--pyramid/scripts/prequest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/scripts/prequest.py b/pyramid/scripts/prequest.py
index 61e422c64..e07f9d10e 100644
--- a/pyramid/scripts/prequest.py
+++ b/pyramid/scripts/prequest.py
@@ -14,7 +14,7 @@ def main(argv=sys.argv, quiet=False):
class PRequestCommand(object):
description = """\
- Run a request for the described application.
+ Submit a HTTP request to a web application.
This command makes an artifical request to a web application that uses a
PasteDeploy (.ini) configuration file for the server and application.