From: Harmon Date: Fri, 20 May 2022 11:20:47 +0000 (-0500) Subject: Improve documentation for AsyncStream proxy parameter X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ef3a4d45ad2d88b32ce0a5fc8704050cf4a78b61;p=tweepy.git Improve documentation for AsyncStream proxy parameter --- 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 ----------