From: Harmon Date: Sun, 20 Feb 2022 06:40:37 +0000 (-0600) Subject: Note usage of Twitter API v1.1 in documentation for AsyncStream X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0a1e569377a2429ff453d27689df6232935d47a3;p=tweepy.git Note usage of Twitter API v1.1 in documentation for AsyncStream --- diff --git a/tweepy/asynchronous/streaming.py b/tweepy/asynchronous/streaming.py index e2ee23f..7b06e50 100644 --- a/tweepy/asynchronous/streaming.py +++ b/tweepy/asynchronous/streaming.py @@ -20,7 +20,7 @@ log = logging.getLogger(__name__) class AsyncStream: - """Stream realtime Tweets asynchronously + """Stream realtime Tweets asynchronously with Twitter API v1.1 .. versionadded:: 4.0