From: Harmon Date: Wed, 7 Apr 2021 17:04:15 +0000 (-0500) Subject: Improve documentation for API.followers_ids return type X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e91f25b123779a459030a1d2bef6bcf2a8ac4ab7;p=tweepy.git Improve documentation for API.followers_ids return type --- diff --git a/tweepy/api.py b/tweepy/api.py index eb99af5..85388bd 100644 --- 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 """