From: rakesh Date: Mon, 8 Dec 2014 20:29:55 +0000 (+0530) Subject: Updated the broken link to twitter streaming API documentation X-Git-Tag: v2.5.1~8^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=508f4b1ca514b2f18adaba807eaa81e0c298b8e1;p=services%2Fpython-requests.git Updated the broken link to twitter streaming API documentation --- diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index 6ec61ea..ed99066 100644 --- a/docs/user/advanced.rst +++ b/docs/user/advanced.rst @@ -384,7 +384,7 @@ Streaming Requests With :class:`requests.Response.iter_lines()` you can easily iterate over streaming APIs such as the `Twitter Streaming -API `_. Simply +API `_. Simply set ``stream`` to ``True`` and iterate over the response with :class:`~requests.Response.iter_lines()`::