Edited PATCH Requests in README
authorJuarez Bochi <jbochi@gmail.com>
Sun, 14 Aug 2011 10:30:43 +0000 (07:30 -0300)
committerJuarez Bochi <jbochi@gmail.com>
Sun, 14 Aug 2011 10:30:43 +0000 (07:30 -0300)
README.rst

index 96a1f53..312dfc3 100644 (file)
@@ -83,7 +83,7 @@ If CookieJar object is is passed in (cookies=...), the cookies will be sent with
     <Response [200]>
 
   PATCH Requests
-    >>> requests.post(url, data={}, headers={}, files={}, cookies=None, auth=None, timeout=None, allow_redirects=False, params{}, proxies={})
+    >>> requests.patch(url, data={}, headers={}, files={}, cookies=None, auth=None, timeout=None, allow_redirects=False, params{}, proxies={})
     <Response [200]>
 
   DELETE Requests