From ef3a4d45ad2d88b32ce0a5fc8704050cf4a78b61 Mon Sep 17 00:00:00 2001 From: Harmon Date: Fri, 20 May 2022 06:20:47 -0500 Subject: [PATCH] Improve documentation for AsyncStream proxy parameter --- 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 9fdf7de..ea7dd2c 100644 --- a/tweepy/asynchronous/streaming.py +++ b/tweepy/asynchronous/streaming.py @@ -207,7 +207,7 @@ class AsyncStream(AsyncBaseStream): max_retries: int | None Number of times to attempt to (re)connect the stream. proxy: str | None - Proxy URL + URL of the proxy to use when connecting to the stream Attributes ---------- -- 2.25.1