summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRick Hutcheson <rick@oddlyaccurate.com>2015-01-16 17:50:37 -0500
committerTim Graham <timograham@gmail.com>2015-01-16 18:24:44 -0500
commit801287bff262e3beb52d4b4fd21ec529416e079e (patch)
tree9a60e049fd774c4c20d6bff01322e5efd6676e35 /docs
parentc72448b59725c619f4f9d6e38264484c12c4c3b9 (diff)
[1.8.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.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt
index b986ca2481..b9755305cb 100644
--- a/docs/topics/testing/tools.txt
+++ b/docs/topics/testing/tools.txt
@@ -396,7 +396,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: