From: Harmon Date: Thu, 27 May 2021 15:54:20 +0000 (-0500) Subject: Update and improve documentation for API.trends_available X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=42db0096d8e38b282a90d320d3e176e3e067fca0;p=tweepy.git Update and improve documentation for API.trends_available --- diff --git a/tweepy/api.py b/tweepy/api.py index e7e37c6..863aa2f 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -3646,9 +3646,14 @@ class API: information such as a canonical name and country the location belongs in. - :rtype: :class:`JSON` object + Returns + ------- + :class:`dict` + JSON - :reference: https://developer.twitter.com/en/docs/twitter-api/v1/trends/locations-with-trending-topics/api-reference/get-trends-available + References + ---------- + https://developer.twitter.com/en/docs/twitter-api/v1/trends/locations-with-trending-topics/api-reference/get-trends-available """ return self.request('GET', 'trends/available', **kwargs)