Improve documentation for AsyncStream proxy parameter
authorHarmon <Harmon758@gmail.com>
Fri, 20 May 2022 11:20:47 +0000 (06:20 -0500)
committerHarmon <Harmon758@gmail.com>
Fri, 20 May 2022 11:20:47 +0000 (06:20 -0500)
tweepy/asynchronous/streaming.py

index 9fdf7deb526acd0ae45c860776621cc98be163ce..ea7dd2c4407eeb47f48db3bb116155c9199d1ec1 100644 (file)
@@ -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
     ----------