Fix return type in documentation for API.lists_all
authorHarmon <Harmon758@gmail.com>
Mon, 24 May 2021 11:12:42 +0000 (06:12 -0500)
committerHarmon <Harmon758@gmail.com>
Mon, 24 May 2021 11:12:42 +0000 (06:12 -0500)
tweepy/api.py

index be28fc7e85b290fb2351ab22501c2eb32117146f..7b94555175a762cb99bab7422990d5d165e5ec4b 100644 (file)
@@ -1299,7 +1299,7 @@ class API:
 
         Returns
         -------
-        :class:`~tweepy.models.List`
+        :py:class:`List`\ [:class:`~tweepy.models.List`]
 
         References
         ----------