From 5add5daa835dacbbe40ffb32d11d918fc1d11d99 Mon Sep 17 00:00:00 2001 From: rajasagashe Date: Tue, 9 Aug 2016 21:55:54 -0700 Subject: [PATCH] Corrected minor typo --- docs/streaming_how_to.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 :: -- 2.25.1