Update documentation for private parameter for Client.update_list
authorHarmon <Harmon758@gmail.com>
Thu, 28 Oct 2021 15:42:01 +0000 (10:42 -0500)
committerHarmon <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

index fa78e36fb8ccb1eeb868b6b7a775a35398773bfc..9d969cf2fcd033dba1d4944471a532ebf6463679 100644 (file)
@@ -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