From 996292d6498d25c6b3e84435e82edeff5aaa0257 Mon Sep 17 00:00:00 2001 From: Rick Hutcheson Date: Fri, 16 Jan 2015 17:50:37 -0500 Subject: [PATCH] Fixed a typo in the test responses docs. --- 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 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: