From: homm Date: Thu, 12 Sep 2013 09:21:54 +0000 (+0400) Subject: fix spelling X-Git-Tag: v2.0~10^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a4cd1a85d6978c79e33d053a87a21314e67a919e;p=services%2Fpython-requests.git fix spelling --- diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index 5ef0ffd..91d0ed8 100644 --- a/docs/user/advanced.rst +++ b/docs/user/advanced.rst @@ -161,7 +161,7 @@ At this point only the response headers have been downloaded and the connection content = r.content ... -You can further control the workflow by use of the :class:`Response.iter_content` and :class:`Response.iter_lines` methods. Also you can read undecoded body from the underlying urllib3 :class:`urllib3.HTTPResponse` at :class:`Response.raw`. +You can further control the workflow by use of the :class:`Response.iter_content` and :class:`Response.iter_lines` methods. Alternatively, you can read the undecoded body from the underlying urllib3 :class:`urllib3.HTTPResponse` at :class:`Response.raw`. Keep-Alive