summaryrefslogtreecommitdiff
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:48 -0500
commitbe0bc9a9e7ad4421cea4aeebf274278e256d1a62 (patch)
tree2090ab80c11fb73a938cda7b6e2d02af30dc990c
parentcef3f805c21c029d017e6704565f9f2f5746a1e5 (diff)
[1.7.x] Fixed a typo in the test responses docs.
Backport of 996292d6498d25c6b3e84435e82edeff5aaa0257 from master
-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 3dff71c13f..3f7d833958 100644
--- a/docs/topics/testing/tools.txt
+++ b/docs/topics/testing/tools.txt
@@ -375,7 +375,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: