From 4c12551c4337499ebc5b2fc93b3191fe500504e8 Mon Sep 17 00:00:00 2001 From: Harmon Date: Mon, 24 May 2021 06:12:42 -0500 Subject: [PATCH] Fix return type in documentation for API.lists_all --- tweepy/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweepy/api.py b/tweepy/api.py index be28fc7..7b94555 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -1299,7 +1299,7 @@ class API: Returns ------- - :class:`~tweepy.models.List` + :py:class:`List`\ [:class:`~tweepy.models.List`] References ---------- -- 2.25.1