projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9ae517
)
Fix Client.return_type type in documentation
author
Harmon
<Harmon758@gmail.com>
Mon, 1 Nov 2021 18:46:55 +0000
(13:46 -0500)
committer
Harmon
<Harmon758@gmail.com>
Mon, 1 Nov 2021 18:46:55 +0000
(13:46 -0500)
tweepy/client.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/client.py
b/tweepy/client.py
index 9d969cf2fcd033dba1d4944471a532ebf6463679..ec8c4f3dcb8e63b2481a404cb5d6388b0a4364fc 100644
(file)
--- a/
tweepy/client.py
+++ b/
tweepy/client.py
@@
-52,7
+52,7
@@
class Client:
Twitter API Access Token
access_token_secret : Optional[str]
Twitter API Access Token Secret
- return_type : Type[
dict, requests.Response, Response
]
+ return_type : Type[
Union[dict, requests.Response, Response]
]
Type to return from requests to the API
wait_on_rate_limit : bool
Whether to wait when rate limit is reached