fix spelling
authorhomm <homm86@gmail.com>
Thu, 12 Sep 2013 09:21:54 +0000 (13:21 +0400)
committerhomm <homm86@gmail.com>
Thu, 12 Sep 2013 09:21:54 +0000 (13:21 +0400)
docs/user/advanced.rst

index 5ef0ffd..91d0ed8 100644 (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