diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2007-03-29 10:55:48 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2007-03-29 10:55:48 +0000 |
| commit | 4a6c7e75c2de668a09a3c7c0afc72a4549c4123d (patch) | |
| tree | d05f1e5288950fcb885614eee2274374b45993f1 /docs/testing.txt | |
| parent | cbf3940b0379419d9e42d4518367c3fd1a0bac91 (diff) | |
Fixed #3855 -- Fixed typo in testing docs. Thanks for the report adamduren@gmail.com, and thanks to Simon for working up the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4845 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/testing.txt')
| -rw-r--r-- | docs/testing.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/testing.txt b/docs/testing.txt index 31cea791d3..b9750efbdb 100644 --- a/docs/testing.txt +++ b/docs/testing.txt @@ -276,7 +276,7 @@ for testing purposes: ``status_code`` The HTTP status of the response. See RFC2616_ for a full list of HTTP status codes. - ``content`` The body of the response. The is the final page + ``content`` The body of the response. This is the final page content as rendered by the view, or any error message (such as the URL for a 302 redirect). |
