api: fixed typo
authorCaleb Marshall <caleb.marshall108@gmail.com>
Sat, 24 Aug 2019 14:26:35 +0000 (10:26 -0400)
committerGitHub <noreply@github.com>
Sat, 24 Aug 2019 14:26:35 +0000 (10:26 -0400)
docs/api.rst

index cb8da01acf5c9c7c97cbe8d46bcdbd5c939aa318..fac43f0174bc82c37c9f7cb6711c5a9e51b46fcf 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 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|