From: Randy Morris Date: Tue, 8 Oct 2013 18:19:30 +0000 (-0400) Subject: False -> True typo X-Git-Tag: v2.0.1~13^2~6^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f32b86dba217578bc2d52473a807b0cae4f69cd3;p=services%2Fpython-requests.git False -> True typo --- diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index 0047b47..cb0ce5e 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