From e91f25b123779a459030a1d2bef6bcf2a8ac4ab7 Mon Sep 17 00:00:00 2001 From: Harmon Date: Wed, 7 Apr 2021 12:04:15 -0500 Subject: [PATCH] Improve documentation for API.followers_ids return type --- tweepy/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 """ -- 2.25.1