projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5d877c
)
docs/streaming_how_to.rst: Update 'async' to 'is_async' for Python >= 3.7
author
cclauss
<3709715+cclauss@users.noreply.github.com>
Sat, 22 Dec 2018 13:40:37 +0000
(14:40 +0100)
committer
GitHub
<noreply@github.com>
Sat, 22 Dec 2018 13:40:37 +0000
(14:40 +0100)
'__async__' is a reserved word in Python >= 3.7 so the current call is a syntax error.
docs/streaming_how_to.rst
patch
|
blob
|
blame
|
history
diff --git
a/docs/streaming_how_to.rst
b/docs/streaming_how_to.rst
index 1e6f8a475cc53512635a68a62196c2e45787603f..81d1539496bc023b6ed22559717585cd8c1e5408 100644
(file)
--- a/
docs/streaming_how_to.rst
+++ b/
docs/streaming_how_to.rst
@@
-15,7
+15,7
@@
by offering a first walk through. Some features of Tweepy streaming are
not covered here. See streaming.py in the Tweepy source code.
API authorization is required to access Twitter streams.
-Follow the :ref:`auth_tutorial` if you need help w
f
ith authentication.
+Follow the :ref:`auth_tutorial` if you need help with authentication.
Summary
=======