mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
False -> True typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user