Update streaming.py
authorKristian Rother <rother@users.noreply.github.com>
Fri, 30 Oct 2015 12:01:48 +0000 (13:01 +0100)
committerKristian Rother <rother@users.noreply.github.com>
Fri, 30 Oct 2015 12:01:48 +0000 (13:01 +0100)
examples/streaming.py

index e80c53008896002825ac44ca9f96e3364855d771..e90bc5e510f3f86075e5af29d4168a3ccc3bd701 100644 (file)
@@ -15,7 +15,7 @@ access_token=""
 access_token_secret=""
 
 class StdOutListener(StreamListener):
-    """ A listener handles tweets are the received from the stream.
+    """ A listener handles tweets that are received from the stream.
     This is a basic listener that just prints received tweets to stdout.
 
     """