Fixed #9499: Corrected self-reference in test client put method doc. Thanks jroes.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9332 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Karen Tracey 2008-11-02 21:38:44 +00:00
parent c483583023
commit 834ca580fc
1 changed files with 1 additions and 1 deletions

View File

@ -565,7 +565,7 @@ arguments at time of construction:
Makes an PUT request on the provided ``path`` and returns a Makes an PUT request on the provided ``path`` and returns a
``Response`` object. Useful for testing RESTful interfaces. Acts just ``Response`` object. Useful for testing RESTful interfaces. Acts just
like :meth:`Client.put` except with the PUT request method. like :meth:`Client.post` except with the PUT request method.
.. method:: Client.delete(path) .. method:: Client.delete(path)