projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38800ce
)
Fix return type in documentation for API.lists_all
author
Harmon
<Harmon758@gmail.com>
Mon, 24 May 2021 11:12:42 +0000
(06:12 -0500)
committer
Harmon
<Harmon758@gmail.com>
Mon, 24 May 2021 11:12:42 +0000
(06:12 -0500)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index be28fc7e85b290fb2351ab22501c2eb32117146f..7b94555175a762cb99bab7422990d5d165e5ec4b 100644
(file)
--- 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
----------