From 5719b86daf9d4ea9bd00f189e79d9449608d36b1 Mon Sep 17 00:00:00 2001 From: Caleb Marshall Date: Sat, 24 Aug 2019 10:26:35 -0400 Subject: [PATCH] api: fixed typo --- docs/api.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index cb8da01..fac43f0 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 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: :class:`SearchResults` object @@ -776,7 +776,7 @@ List Methods .. method:: API.unsubscribe_list(owner, slug) - Unsubscribes the authenticated user form the specified list. + Unsubscribes the authenticated user from the specified list. :param owner: |list_owner| :param slug: |slug| -- 2.25.1