diff options
| author | Rick Hutcheson <rick@oddlyaccurate.com> | 2015-01-16 17:50:37 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-01-16 18:24:51 -0500 |
| commit | cba3d8ab076f3a34c23ca51ea9c31e9e7688e833 (patch) | |
| tree | beca37ba90269b065964786e195d94edf9e2ee12 /docs | |
| parent | fb614ff4a712cf7d221ed9ddeb7e4164e882ba81 (diff) | |
[1.6.x] Fixed a typo in the test responses docs.
Backport of 996292d6498d25c6b3e84435e82edeff5aaa0257 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/testing/tools.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt index f842785437..a2fbf3cf68 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -386,7 +386,7 @@ Testing responses The ``get()`` and ``post()`` methods both return a ``Response`` object. This ``Response`` object is *not* the same as the ``HttpResponse`` object returned -Django views; the test response object has some additional data useful for +by Django views; the test response object has some additional data useful for test code to verify. Specifically, a ``Response`` object has the following attributes: |
