Updated the broken link to twitter streaming API documentation

This commit is contained in:
rakesh
2014-12-09 01:59:55 +05:30
parent 1d9bf43def
commit 508f4b1ca5
+1 -1
View File
@@ -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 <https://dev.twitter.com/docs/streaming-api>`_. Simply
API <https://dev.twitter.com/streaming/overview>`_. Simply
set ``stream`` to ``True`` and iterate over the response with
:class:`~requests.Response.iter_lines()`::