summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authoreltronix <lt.eltronix@gmail.com>2016-04-27 01:19:00 +0300
committerTim Graham <timograham@gmail.com>2016-04-26 18:19:16 -0400
commit4afead50cbf68f302900b6f991fdae8ee82efde2 (patch)
tree4e93e22706c7e566f8970a86032d5dfcd2575a57 /docs
parent658ab34008c0e87f22f6fbd61ae94ee4f2aaf5c8 (diff)
[1.9.x] Fixed typo in docs/topics/testing/tools.txt
Backport of 75c5e547b5350b167aa8f30882c83446d86e8f2b from master
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/testing/tools.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt
index 51510e4cba..67ad436ee4 100644
--- a/docs/topics/testing/tools.txt
+++ b/docs/topics/testing/tools.txt
@@ -310,7 +310,7 @@ Use the ``django.test.Client`` class to make requests.
.. method:: Client.delete(path, data='', content_type='application/octet-stream', follow=False, secure=False, **extra)
- Makes an DELETE request on the provided ``path`` and returns a
+ Makes a DELETE request on the provided ``path`` and returns a
``Response`` object. Useful for testing RESTful interfaces.
When ``data`` is provided, it is used as the request body, and