From 0a1e569377a2429ff453d27689df6232935d47a3 Mon Sep 17 00:00:00 2001 From: Harmon Date: Sun, 20 Feb 2022 00:40:37 -0600 Subject: [PATCH] Note usage of Twitter API v1.1 in documentation for AsyncStream --- tweepy/asynchronous/streaming.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1