projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd46550
)
Corrected minor typo
author
rajasagashe
<rajasagashe@users.noreply.github.com>
Wed, 10 Aug 2016 04:55:54 +0000
(21:55 -0700)
committer
GitHub
<noreply@github.com>
Wed, 10 Aug 2016 04:55:54 +0000
(21:55 -0700)
docs/streaming_how_to.rst
patch
|
blob
|
blame
|
history
diff --git
a/docs/streaming_how_to.rst
b/docs/streaming_how_to.rst
index b3b5debed9de9276e868a50f30108df8b0da6ba9..e048b68b53610f792aaa87360eb630dca2c2d840 100644
(file)
--- 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 ::