From 4d4070afc70995ce81dbefa98a08db0c5f8f52f6 Mon Sep 17 00:00:00 2001 From: Harmon Date: Wed, 1 Jul 2020 14:17:35 -0500 Subject: [PATCH] Fix signature for parameters in API.lookup_friendships documentation --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.25.1