From b462fcc6a5586a8dedb4e8d801b7848f8646ddd9 Mon Sep 17 00:00:00 2001 From: Harmon Date: Sat, 20 Jul 2019 18:09:08 -0500 Subject: [PATCH] Fix documentation for API.search return type --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index 252cc8e..5365c27 100644 --- 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 -- 2.25.1