From b0df04c1ca7cb8c88fd32d06050fd9cf5e543c64 Mon Sep 17 00:00:00 2001 From: Kristian Rother Date: Fri, 30 Oct 2015 13:01:48 +0100 Subject: [PATCH] Update streaming.py --- examples/streaming.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """ -- 2.25.1