summaryrefslogtreecommitdiff
path: root/docs/testing.txt
diff options
context:
space:
mode:
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