Fixed #5181 -- Fixed typo in example in docs/testing.txt. Thanks, hayley

git-svn-id: http://code.djangoproject.com/svn/django/trunk@5904 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2007-08-16 15:12:37 +00:00
parent 83f5f700b0
commit dc44e50e5d
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,7 @@ Once you have a ``Client`` instance, you can call any of the following methods:
...with this POST data::
name=fred&passwd&secret
name=fred&passwd=secret
If you provide ``content_type`` (e.g., ``text/xml`` for an XML payload),
the contents of ``data`` will be sent as-is in the POST request, using