From cba3d8ab076f3a34c23ca51ea9c31e9e7688e833 Mon Sep 17 00:00:00 2001 From: Rick Hutcheson Date: Fri, 16 Jan 2015 17:50:37 -0500 Subject: [PATCH] [1.6.x] Fixed a typo in the test responses docs. Backport of 996292d6498d25c6b3e84435e82edeff5aaa0257 from master --- docs/topics/testing/tools.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: