From f3367371d7ef7b69c56b85dd6ea9d5d7bf4f52cf Mon Sep 17 00:00:00 2001 From: Harmon Date: Sat, 22 May 2021 07:20:33 -0500 Subject: [PATCH] Fix reference to List in documentation for API.search_30_day --- tweepy/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ---------- -- 2.25.1