From: Harmon Date: Thu, 28 Oct 2021 15:42:01 +0000 (-0500) Subject: Update documentation for private parameter for Client.update_list X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=994f790abdd53581016aeceea5363e92eefd8831;p=tweepy.git Update documentation for private parameter for Client.update_list https://twittercommunity.com/t/incorrect-type-in-documentation-for-private-json-body-parameter-for-put-2-lists-id-endpoint/161146 --- diff --git a/tweepy/client.py b/tweepy/client.py index fa78e36..9d969cf 100644 --- 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