From: Harmon Date: Wed, 7 Apr 2021 15:11:34 +0000 (-0500) Subject: Fix API.lists_memberships signature in documentation X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=45f56e06ca343aa1cdbae52d39943dbe4535e341;p=tweepy.git Fix API.lists_memberships signature in documentation --- 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``