summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2015-12-23 02:24:17 -0800
committerSteve Piercy <web@stevepiercy.com>2015-12-23 02:24:17 -0800
commit35a479e008e4b09a61864cb3936257975b412ec9 (patch)
tree427b78cc7f990977d9ce9fde279ed3f85054444e
parent6b6c7066725c4678b7fc76c7f90781e22fb08cbc (diff)
parent091941ddfaf2e2349b7884f15ce3d79339a8e835 (diff)
downloadpyramid-35a479e008e4b09a61864cb3936257975b412ec9.tar.gz
pyramid-35a479e008e4b09a61864cb3936257975b412ec9.tar.bz2
pyramid-35a479e008e4b09a61864cb3936257975b412ec9.zip
Merge pull request #2 from kpinc/patch-2
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.