diff options
| author | kpinc <kop@meme.com> | 2015-12-22 09:56:42 -0600 |
|---|---|---|
| committer | kpinc <kop@meme.com> | 2015-12-22 09:56:42 -0600 |
| commit | 091941ddfaf2e2349b7884f15ce3d79339a8e835 (patch) | |
| tree | 7f8f13db1d4089d4512fc78f15fced46c47777ee | |
| parent | cdb9f7a18725a992f8ad0bfc920c028082222b47 (diff) | |
| download | pyramid-091941ddfaf2e2349b7884f15ce3d79339a8e835.tar.gz pyramid-091941ddfaf2e2349b7884f15ce3d79339a8e835.tar.bz2 pyramid-091941ddfaf2e2349b7884f15ce3d79339a8e835.zip | |
Update prequest.py
| -rw-r--r-- | pyramid/scripts/prequest.py | 2 |
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. |
