From 994f790abdd53581016aeceea5363e92eefd8831 Mon Sep 17 00:00:00 2001 From: Harmon Date: Thu, 28 Oct 2021 10:42:01 -0500 Subject: [PATCH] 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 --- tweepy/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1