From: Kristian Rother Date: Fri, 30 Oct 2015 12:01:48 +0000 (+0100) Subject: Update streaming.py X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b0df04c1ca7cb8c88fd32d06050fd9cf5e543c64;p=tweepy.git Update streaming.py --- diff --git a/examples/streaming.py b/examples/streaming.py index e80c530..e90bc5e 100644 --- a/examples/streaming.py +++ b/examples/streaming.py @@ -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. """