projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bf2446
)
Update documentation for private parameter for Client.update_list
author
Harmon
<Harmon758@gmail.com>
Thu, 28 Oct 2021 15:42:01 +0000
(10:42 -0500)
committer
Harmon
<Harmon758@gmail.com>
Thu, 28 Oct 2021 15:42:01 +0000
(10:42 -0500)
https://twittercommunity.com/t/incorrect-type-in-documentation-for-private-json-body-parameter-for-put-2-lists-id-endpoint/161146
tweepy/client.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/client.py
b/tweepy/client.py
index fa78e36fb8ccb1eeb868b6b7a775a35398773bfc..9d969cf2fcd033dba1d4944471a532ebf6463679 100644
(file)
--- a/
tweepy/client.py
+++ b/
tweepy/client.py
@@
-1846,7
+1846,7
@@
class Client:
Updates the description of the List.
name : str
Updates the name of the List.
- private :
str
+ private :
bool
Determines whether the List should be private.
Returns