Commit 4afead50 authored by eltronix's avatar eltronix Committed by Tim Graham
Browse files

[1.9.x] Fixed typo in docs/topics/testing/tools.txt

Backport of 75c5e547 from master
parent 658ab340
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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