Explorar o código

Fixed a typo in the test responses docs.

Rick Hutcheson %!s(int64=10) %!d(string=hai) anos
pai
achega
996292d649
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/topics/testing/tools.txt

+ 1 - 1
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: