From cddb2556a0a40f7f933e5496b7559c604b7f89e0 Mon Sep 17 00:00:00 2001 From: Taro Sato Date: Sat, 9 Jan 2021 18:40:33 -0800 Subject: [PATCH] Update tweepy/api.py Co-authored-by: Harmon --- tweepy/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweepy/api.py b/tweepy/api.py index d1651eb..b9268b4 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -1028,7 +1028,7 @@ class API(object): @property def lists_ownerships(self): """ :reference: https://developer.twitter.com/en/docs/accounts-and-users/create-manage-lists/api-reference/get-lists-ownerships - :allowed_param: 'screen_name', 'user_id', 'cursor', 'count' + :allowed_param: 'user_id', 'screen_name', 'count', 'cursor' """ return bind_api( api=self, -- 2.25.1