From: Mike Verdone Date: Sat, 3 Dec 2011 18:19:19 +0000 (+0100) Subject: I can't type. X-Git-Tag: twitter-1.8.0~12 X-Git-Url: https://jfr.im/git/z_archive/twitter.git/commitdiff_plain/8df7be82b941c4b1c83bbfe9ed06a4026f3c08e2?ds=sidebyside I can't type. --- diff --git a/twitter/stream.py b/twitter/stream.py index 2fd9cd8..ef82a36 100644 --- a/twitter/stream.py +++ b/twitter/stream.py @@ -74,7 +74,7 @@ class TwitterStream(TwitterStreamCall): The iterator will yield tweets forever and ever (until the stream breaks at which point it raises a TwitterHTTPError.) - The `block` paramater controls if the stream is blocking. Default + The `block` parameter controls if the stream is blocking. Default is blocking (True). When set to False, the iterator will occasionally yield None when there is no available message. """