From: Harmon Date: Tue, 25 May 2021 10:43:17 +0000 (-0500) Subject: Use class directive for return type in documentation for API.get_oembed X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c9318ac1c1ce6360cad66ddd2ab31be5e9ef529e;p=tweepy.git Use class directive for return type in documentation for API.get_oembed --- diff --git a/tweepy/api.py b/tweepy/api.py index 04ad09a..fa8d5dc 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -729,7 +729,7 @@ class API: Returns ------- - dict + :class:`dict` JSON References