From: Harmon Date: Mon, 24 May 2021 11:12:42 +0000 (-0500) Subject: Fix return type in documentation for API.lists_all X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4c12551c4337499ebc5b2fc93b3191fe500504e8;p=tweepy.git Fix return type in documentation for API.lists_all --- 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 ----------