projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
126840f
)
Fix reference to List in documentation for API.search_30_day
author
Harmon
<Harmon758@gmail.com>
Sat, 22 May 2021 12:20:33 +0000
(07:20 -0500)
committer
Harmon
<Harmon758@gmail.com>
Sat, 22 May 2021 12:20:33 +0000
(07:20 -0500)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index fc3880e1cd4f513acbf06d9cb040e1b1f93b81a4..6e9319c24f9d7722adf7aab11b3ef804d1f5321b 100644
(file)
--- 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
----------