projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c292372
)
Fix signature for parameters in API.lookup_friendships documentation
author
Harmon
<Harmon758@gmail.com>
Wed, 1 Jul 2020 19:17:35 +0000
(14:17 -0500)
committer
Harmon
<Harmon758@gmail.com>
Wed, 1 Jul 2020 19:17:35 +0000
(14:17 -0500)
docs/api.rst
patch
|
blob
|
blame
|
history
diff --git
a/docs/api.rst
b/docs/api.rst
index 7590875ad463a1dafc7d71304311302a59a52c90..243e6e1b27e36c0c17908fcab8931c9d66f98d05 100644
(file)
--- 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.