From c9318ac1c1ce6360cad66ddd2ab31be5e9ef529e Mon Sep 17 00:00:00 2001 From: Harmon Date: Tue, 25 May 2021 05:43:17 -0500 Subject: [PATCH] Use class directive for return type in documentation for API.get_oembed --- tweepy/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1