projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d240f20
)
Fix missing space in API.friends documentation
author
Harmon
<Harmon758@gmail.com>
Sat, 27 Apr 2019 01:50:27 +0000
(20:50 -0500)
committer
GitHub
<noreply@github.com>
Sat, 27 Apr 2019 01:50:27 +0000
(20:50 -0500)
docs/api.rst
patch
|
blob
|
blame
|
history
diff --git
a/docs/api.rst
b/docs/api.rst
index 6dc5e3f32ee5d4bdf6866357b919a50415443796..675c5ceadd2788dc726d46267c26a60e694274b8 100644
(file)
--- a/
docs/api.rst
+++ b/
docs/api.rst
@@
-188,7
+188,7
@@
User methods
:rtype: :class:`User` object
-.. method::API.friends([id/user_id/screen_name], [cursor], [skip_status], [include_user_entities])
+.. method::
API.friends([id/user_id/screen_name], [cursor], [skip_status], [include_user_entities])
Returns an user's friends ordered in which they were added 100 at a time. If no user is specified it defaults to the authenticated user.