From: Harmon Date: Thu, 27 May 2021 16:08:47 +0000 (-0500) Subject: Update and improve documentation for API.supported_languages X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=61eeeb04b6ab57d17b9c148b69ec4db85a64b0a3;p=tweepy.git Update and improve documentation for API.supported_languages --- diff --git a/tweepy/api.py b/tweepy/api.py index 99a5ecb..96a804d 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -3918,9 +3918,14 @@ class API: 639-3 alpha-3 (``msa``), or ISO 639-1 alpha-2 combined with an ISO 3166-1 alpha-2 localization (``zh-tw``). - :rtype: :class:`JSON` object + Returns + ------- + :class:`dict` + JSON - :reference: https://developer.twitter.com/en/docs/twitter-api/v1/developer-utilities/supported-languages/api-reference/get-help-languages + References + ---------- + https://developer.twitter.com/en/docs/twitter-api/v1/developer-utilities/supported-languages/api-reference/get-help-languages """ return self.request('GET', 'help/languages', **kwargs)