diff options
| author | Mikhail Korobov <kmike84@gmail.com> | 2013-03-04 00:50:08 +0600 |
|---|---|---|
| committer | Mikhail Korobov <kmike84@gmail.com> | 2013-03-04 00:50:08 +0600 |
| commit | 9a34d278e921548ec49ab54352dc9840e2c5872a (patch) | |
| tree | 24464124b7bb53c8958c7c35b118441dea970126 /docs | |
| parent | ef825b41e2f1b38a2042d4b831c367f6542e4d0d (diff) | |
| download | webtest-9a34d278e921548ec49ab54352dc9840e2c5872a.tar.gz | |
passed passed passed
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/testresponse.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/testresponse.txt b/docs/testresponse.txt index 66ed8c0..80a5fe3 100644 --- a/docs/testresponse.txt +++ b/docs/testresponse.txt @@ -33,12 +33,12 @@ The added methods: ``response.follow(**kw)``: Follows the redirect, returning the new response. It is an error if this response wasn't a redirect. All keyword arguments are - passed passed to :class:`webtest.TestApp` (e.g., ``status``). Returns + passed to :class:`webtest.TestApp` (e.g., ``status``). Returns another response object. ``response.maybe_follow(**kw)``: Follows all redirects; does nothing if this response - is not a redirect. All keyword arguments are passed passed + is not a redirect. All keyword arguments are passed to :class:`webtest.TestApp` (e.g., ``status``). Returns another response object. |
