False -> True typo
authorRandy Morris <randy.morris@archlinux.us>
Tue, 8 Oct 2013 18:19:30 +0000 (14:19 -0400)
committerRandy Morris <randy.morris@archlinux.us>
Tue, 8 Oct 2013 18:19:30 +0000 (14:19 -0400)
docs/user/advanced.rst

index 0047b47e611d9c91656698c7b2df754f8493e22f..cb0ce5ea941e8f3aa9dffbe4a03e04f9146f9438 100644 (file)
@@ -275,7 +275,7 @@ Streaming Requests
 
 With ``requests.Response.iter_lines()`` you can easily iterate over streaming
 APIs such as the `Twitter Streaming API <https://dev.twitter.com/docs/streaming-api>`_.
-Simply set ``stream`` to ``False`` and iterate over the response with ``iter_lines()``::
+Simply set ``stream`` to ``True`` and iterate over the response with ``iter_lines()``::
 
     import json
     import requests