From: Kenneth Reitz Date: Sun, 26 Aug 2012 22:34:09 +0000 (-0400) Subject: typo X-Git-Tag: v0.14.0~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b257b10281837c1bbc08403758e9ad8ff7a87c68;p=services%2Fpython-requests.git typo --- diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index da7e5e2..3b665e0 100644 --- a/docs/user/advanced.rst +++ b/docs/user/advanced.rst @@ -365,7 +365,7 @@ this situation, specifies that the default charset must be ``ISO-8859-1``. Requests follows the specification in this case. If you require a different encoding, you can manually set the ``Response.encoding`` property, or use the raw -``Request.content``. +``Response.content``. HTTP Verbs ----------