From 43669183ce3199533680f0552c96cb1aa33dbfea Mon Sep 17 00:00:00 2001 From: Juarez Bochi Date: Sun, 14 Aug 2011 07:30:43 -0300 Subject: [PATCH] Edited PATCH Requests in README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 96a1f53..312dfc3 100644 --- a/README.rst +++ b/README.rst @@ -83,7 +83,7 @@ If CookieJar object is is passed in (cookies=...), the cookies will be sent with 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={}) DELETE Requests -- 2.34.1