]> jfr.im git - z_archive/twitter.git/blobdiff - twitter/stream.py
I can't type.
[z_archive/twitter.git] / twitter / stream.py
index 2fd9cd88da489e3e809407fa52b05f56b8c2da78..ef82a3672199c3726797cb480487c31aaa33c9a8 100644 (file)
@@ -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.
     """