projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c71d0d
)
Fix Client.search_recent_tweets user_auth parameter type documentation
author
Harmon
<Harmon758@gmail.com>
Sat, 26 Feb 2022 19:17:23 +0000
(13:17 -0600)
committer
Harmon
<Harmon758@gmail.com>
Sat, 26 Feb 2022 19:17:23 +0000
(13:17 -0600)
tweepy/client.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/client.py
b/tweepy/client.py
index 040eac67c69e385e54556492fc5a6d75a797d814..0e96b4b3303a474e69aad1594ea1d38614202371 100644
(file)
--- a/
tweepy/client.py
+++ b/
tweepy/client.py
@@
-892,7
+892,7
@@
class Client(BaseClient):
include it.
user_fields : list[str] | str | None
:ref:`user_fields_parameter`
- user_auth : bool
| None
+ user_auth : bool
Whether or not to use OAuth 1.0a User Context to authenticate
Returns