From 45f56e06ca343aa1cdbae52d39943dbe4535e341 Mon Sep 17 00:00:00 2001 From: Harmon Date: Wed, 7 Apr 2021 10:11:34 -0500 Subject: [PATCH] Fix API.lists_memberships signature in documentation --- tweepy/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweepy/api.py b/tweepy/api.py index bd38aa6..6620c5c 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -963,7 +963,7 @@ class API: @pagination(mode='cursor') @payload('list', list=True) def lists_memberships(self, **kwargs): - """lists_memberships(user_id, screen_name, count, cursor, \ + """lists_memberships(*, user_id, screen_name, count, cursor, \ filter_to_owned_lists) Returns the lists the specified user has been added to. If ``user_id`` -- 2.25.1