From 845ff117d088f0a27411e54aeb4b3b4703f9a5ee Mon Sep 17 00:00:00 2001 From: Harmon Date: Sat, 24 Aug 2019 12:54:30 -0500 Subject: [PATCH] Fix misspelling in API.search documentation Copied from Twitter's API --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index fac43f0..97d3290 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -590,7 +590,7 @@ Help Methods * popular : return only the most popular results in the response :param count: The number of tweets to return per page, up to a maximum of 100. Defaults to 15. :param until: Returns tweets created before the given date. Date should be formatted as YYYY-MM-DD. Keep in mind that the search index has a 7-day limit. In other words, no tweets will be found for a date older than one week. - :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 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 occurred 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: :class:`SearchResults` object -- 2.25.1