diff options
| author | Steve Piercy <web@stevepiercy.com> | 2015-12-23 02:24:17 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2015-12-23 02:24:17 -0800 |
| commit | 35a479e008e4b09a61864cb3936257975b412ec9 (patch) | |
| tree | 427b78cc7f990977d9ce9fde279ed3f85054444e | |
| parent | 6b6c7066725c4678b7fc76c7f90781e22fb08cbc (diff) | |
| parent | 091941ddfaf2e2349b7884f15ce3d79339a8e835 (diff) | |
| download | pyramid-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.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. |
