diff options
| author | eltronix <lt.eltronix@gmail.com> | 2016-04-27 01:19:00 +0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-04-26 18:19:00 -0400 |
| commit | 75c5e547b5350b167aa8f30882c83446d86e8f2b (patch) | |
| tree | 40a8cabb1000891194fcffc7b9a84e5ff5b6e488 /docs/topics/testing/tools.txt | |
| parent | a5c8a6ce19eabd96bf3b8c7bb4fb487f53928f3b (diff) | |
Fixed typo in docs/topics/testing/tools.txt
Diffstat (limited to 'docs/topics/testing/tools.txt')
| -rw-r--r-- | docs/topics/testing/tools.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt index bc0cf98199..61a23427a2 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -306,7 +306,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 |
