]> jfr.im git - z_archive/twitter.git/commitdiff
Fix TwitterStream docs.
authorMike Verdone <redacted>
Sat, 3 Dec 2011 18:18:58 +0000 (19:18 +0100)
committerMike Verdone <redacted>
Sat, 3 Dec 2011 18:18:58 +0000 (19:18 +0100)
twitter/stream.py

index 1ee90988da63a2dd55caa269813faa7f76e500d7..2fd9cd88da489e3e809407fa52b05f56b8c2da78 100644 (file)
@@ -74,7 +74,9 @@ class TwitterStream(TwitterStreamCall):
     The iterator will yield tweets forever and ever (until the stream
     breaks at which point it raises a TwitterHTTPError.)
 
-    The `bloc` paramater controls if the stream is blocking. 
+    The `block` paramater 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.
     """
     def __init__(
         self, domain="stream.twitter.com", secure=True, auth=None,