projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c490027
)
Improve documentation for API.followers_ids return type
author
Harmon
<Harmon758@gmail.com>
Wed, 7 Apr 2021 17:04:15 +0000
(12:04 -0500)
committer
Harmon
<Harmon758@gmail.com>
Wed, 7 Apr 2021 17:04:15 +0000
(12:04 -0500)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index eb99af5e8008767673e59f52a66ba737600a8ca6..85388bd24aa84631185bf06c78ef6d7bfbccd834 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-1397,7
+1397,7
@@
class API:
:param stringify_ids: Have IDs returned as strings instead
:param count: |count|
- :rtype: list of
Integers
+ :rtype: list of
:class:`int`
:reference: https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-reference/get-followers-ids
"""