Commit 834ca580 authored by Karen Tracey's avatar Karen Tracey
Browse files

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
parent c4835830
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -565,7 +565,7 @@ arguments at time of construction:

        Makes an PUT request on the provided ``path`` and returns a
        ``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)