Merge pull request #2374 from krvc/fix_link

Updated the broken link to twitter streaming API documentation
This commit is contained in:
Ian Cordasco
2014-12-08 17:46:08 -06:00
+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()`::