summaryrefslogtreecommitdiff
path: root/docs/testing.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2007-08-16 15:12:37 +0000
committerAdrian Holovaty <adrian@holovaty.com>2007-08-16 15:12:37 +0000
commitdc44e50e5d879e1280cd74c35de9073d9c5502c1 (patch)
treea6c7690c120fca02ce9a3c6493dd9a804d1871ef /docs/testing.txt
parent83f5f700b0a3ac885042a7f1e68f4e7616d1485e (diff)
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
Diffstat (limited to 'docs/testing.txt')
-rw-r--r--docs/testing.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/testing.txt b/docs/testing.txt
index 99fae15ec4..c0d8ec8877 100644
--- a/docs/testing.txt
+++ b/docs/testing.txt
@@ -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