From: rajasagashe Date: Wed, 10 Aug 2016 04:55:54 +0000 (-0700) Subject: Corrected minor typo X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5add5daa835dacbbe40ffb32d11d918fc1d11d99;p=tweepy.git Corrected minor typo --- diff --git a/docs/streaming_how_to.rst b/docs/streaming_how_to.rst index b3b5deb..e048b68 100644 --- a/docs/streaming_how_to.rst +++ b/docs/streaming_how_to.rst @@ -86,7 +86,7 @@ A Few More Pointers Async Streaming --------------- -Streams not terminate unless the connection is closed, blocking the thread. +Streams do not terminate unless the connection is closed, blocking the thread. Tweepy offers a convenient **async** parameter on **filter** so the stream will run on a new thread. For example ::