From 508f4b1ca514b2f18adaba807eaa81e0c298b8e1 Mon Sep 17 00:00:00 2001 From: rakesh Date: Tue, 9 Dec 2014 01:59:55 +0530 Subject: [PATCH] Updated the broken link to twitter streaming API documentation --- docs/user/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index 6ec61eac..ed990666 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()`::