diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index 0047b47e..cb0ce5ea 100644 --- a/docs/user/advanced.rst +++ b/docs/user/advanced.rst @@ -275,7 +275,7 @@ Streaming Requests With ``requests.Response.iter_lines()`` you can easily iterate over streaming APIs such as the `Twitter 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