From: Harmon Date: Wed, 1 Jul 2020 19:17:35 +0000 (-0500) Subject: Fix signature for parameters in API.lookup_friendships documentation X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4d4070afc70995ce81dbefa98a08db0c5f8f52f6;p=tweepy.git Fix signature for parameters in API.lookup_friendships documentation --- diff --git a/docs/api.rst b/docs/api.rst index 7590875..243e6e1 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -468,7 +468,7 @@ Friendship Methods :rtype: :class:`Friendship` object -.. method:: API.lookup_friendships([user_ids], [screen_names]) +.. method:: API.lookup_friendships(user_ids/screen_names) Returns the relationships of the authenticated user to the list of up to 100 screen_names or user_ids provided.