projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
940a42a
)
Fix documentation for API.search return type
author
Harmon
<Harmon758@gmail.com>
Sat, 20 Jul 2019 23:09:08 +0000
(18:09 -0500)
committer
GitHub
<noreply@github.com>
Sat, 20 Jul 2019 23:09:08 +0000
(18:09 -0500)
docs/api.rst
patch
|
blob
|
blame
|
history
diff --git
a/docs/api.rst
b/docs/api.rst
index 252cc8e01a01fea29b69bfd06b05a4a346d34486..5365c2701c0274c02aed0c931861ccd244477426 100644
(file)
--- a/
docs/api.rst
+++ b/
docs/api.rst
@@
-594,7
+594,7
@@
Help Methods
:param since_id: |since_id| There are limits to the number of Tweets which can be accessed through the API. If the limit of Tweets has occured since the since_id, the since_id will be forced to the oldest ID available.
:param max_id: |max_id|
:param include_entities: |include_entities|
- :rtype:
list of :class:`SearchResults` objects
+ :rtype:
:class:`SearchResults` object
List Methods