False -> True typo

This commit is contained in:
Randy Morris
2013-10-08 14:19:30 -04:00
parent 43477edc91
commit f32b86dba2
+1 -1
View 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