Fix misspelling in API.search documentation
authorHarmon <Harmon758@gmail.com>
Sat, 24 Aug 2019 17:54:30 +0000 (12:54 -0500)
committerGitHub <noreply@github.com>
Sat, 24 Aug 2019 17:54:30 +0000 (12:54 -0500)
Copied from Twitter's API

docs/api.rst

index fac43f0174bc82c37c9f7cb6711c5a9e51b46fcf..97d32904f151b1d34963cdd5f534ba0309a804ef 100644 (file)
@@ -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