From: Harmon Date: Sat, 22 May 2021 12:20:33 +0000 (-0500) Subject: Fix reference to List in documentation for API.search_30_day X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f3367371d7ef7b69c56b85dd6ea9d5d7bf4f52cf;p=tweepy.git Fix reference to List in documentation for API.search_30_day --- diff --git a/tweepy/api.py b/tweepy/api.py index fc3880e..6e9319c 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -354,7 +354,7 @@ class API: Returns ------- - List[Status] + :py:class:`List`\ [:class:`~tweepy.models.Status`] References ----------