fix spelling

This commit is contained in:
homm
2013-09-12 13:21:54 +04:00
parent 3440fca2e8
commit a4cd1a85d6
+1 -1
View File
@@ -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