projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59fc7a2
)
Improve documentation for AsyncStream proxy parameter
author
Harmon
<Harmon758@gmail.com>
Fri, 20 May 2022 11:20:47 +0000
(06:20 -0500)
committer
Harmon
<Harmon758@gmail.com>
Fri, 20 May 2022 11:20:47 +0000
(06:20 -0500)
tweepy/asynchronous/streaming.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/asynchronous/streaming.py
b/tweepy/asynchronous/streaming.py
index 9fdf7deb526acd0ae45c860776621cc98be163ce..ea7dd2c4407eeb47f48db3bb116155c9199d1ec1 100644
(file)
--- 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
----------