From: Juarez Bochi Date: Sun, 14 Aug 2011 10:30:43 +0000 (-0300) Subject: Edited PATCH Requests in README X-Git-Tag: v0.6.0~70^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=43669183ce3199533680f0552c96cb1aa33dbfea;p=services%2Fpython-requests.git Edited PATCH Requests in README --- 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