From 86c264838f110cb536452a81e2f1ff2563b846b2 Mon Sep 17 00:00:00 2001 From: cclauss <3709715+cclauss@users.noreply.github.com> Date: Sat, 22 Dec 2018 14:40:37 +0100 Subject: [PATCH] docs/streaming_how_to.rst: Update 'async' to 'is_async' for Python >= 3.7 '__async__' is a reserved word in Python >= 3.7 so the current call is a syntax error. --- 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 1e6f8a4..81d1539 100644 --- 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 wfith authentication. +Follow the :ref:`auth_tutorial` if you need help with authentication. Summary ======= -- 2.25.1