Corrected minor typo
authorrajasagashe <rajasagashe@users.noreply.github.com>
Wed, 10 Aug 2016 04:55:54 +0000 (21:55 -0700)
committerGitHub <noreply@github.com>
Wed, 10 Aug 2016 04:55:54 +0000 (21:55 -0700)
docs/streaming_how_to.rst

index b3b5debed9de9276e868a50f30108df8b0da6ba9..e048b68b53610f792aaa87360eb630dca2c2d840 100644 (file)
@@ -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 ::