Fix signature for parameters in API.lookup_friendships documentation
authorHarmon <Harmon758@gmail.com>
Wed, 1 Jul 2020 19:17:35 +0000 (14:17 -0500)
committerHarmon <Harmon758@gmail.com>
Wed, 1 Jul 2020 19:17:35 +0000 (14:17 -0500)
docs/api.rst

index 7590875ad463a1dafc7d71304311302a59a52c90..243e6e1b27e36c0c17908fcab8931c9d66f98d05 100644 (file)
@@ -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.