Use class directive for return type in documentation for API.get_oembed
authorHarmon <Harmon758@gmail.com>
Tue, 25 May 2021 10:43:17 +0000 (05:43 -0500)
committerHarmon <Harmon758@gmail.com>
Tue, 25 May 2021 10:43:17 +0000 (05:43 -0500)
tweepy/api.py

index 04ad09a26002197a02f13898207fac5e8ff6b97a..fa8d5dc1e348d32c55e1961132ac715f2cd6a940 100644 (file)
@@ -729,7 +729,7 @@ class API:
 
         Returns
         -------
-        dict
+        :class:`dict`
             JSON
 
         References