Author: kmtracey
Date: 2008-11-02 15:38:44 -0600 (Sun, 02 Nov 2008)
New Revision: 9332

Modified:
   django/trunk/docs/topics/testing.txt
Log:
Fixed #9499: Corrected self-reference in test client put method doc.  Thanks 
jroes.


Modified: django/trunk/docs/topics/testing.txt
===================================================================
--- django/trunk/docs/topics/testing.txt        2008-11-02 20:53:47 UTC (rev 
9331)
+++ django/trunk/docs/topics/testing.txt        2008-11-02 21:38:44 UTC (rev 
9332)
@@ -565,7 +565,7 @@
 
         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)
 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to