From: Harmon Date: Sat, 20 Jul 2019 23:09:08 +0000 (-0500) Subject: Fix documentation for API.search return type X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b462fcc6a5586a8dedb4e8d801b7848f8646ddd9;p=tweepy.git Fix documentation for API.search return type --- 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