Fix reference to List in documentation for API.search_30_day
authorHarmon <Harmon758@gmail.com>
Sat, 22 May 2021 12:20:33 +0000 (07:20 -0500)
committerHarmon <Harmon758@gmail.com>
Sat, 22 May 2021 12:20:33 +0000 (07:20 -0500)
tweepy/api.py

index fc3880e1cd4f513acbf06d9cb040e1b1f93b81a4..6e9319c24f9d7722adf7aab11b3ef804d1f5321b 100644 (file)
@@ -354,7 +354,7 @@ class API:
 
         Returns
         -------
-        List[Status]
+        :py:class:`List`\ [:class:`~tweepy.models.Status`]
 
         References
         ----------