From 17f0962fbc9c8af2d7962487e539f32c296370cc Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sat, 28 Mar 2020 14:18:45 +1100 Subject: [PATCH] docs: Fix simple typo, occured -> occurred There is a small typo in pypress/twitter.py. Should read `occurred` rather than `occured`. --- pypress/twitter.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pypress/twitter.py b/pypress/twitter.py index fd2cdab..98fe14e 100644 --- a/pypress/twitter.py +++ b/pypress/twitter.py @@ -2044,7 +2044,7 @@ def GetPublicTimeline(self, Returns results with an ID greater than (that is, more recent than) the specified 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 + Tweets has occurred since the since_id, the since_id will be forced to the oldest ID available. [Optional] include_rts: If True, the timeline will contain native retweets (if they @@ -2088,7 +2088,7 @@ def FilterPublicTimeline(self, Returns results with an ID greater than (that is, more recent than) the specified 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 + Tweets has occurred since the since_id, the since_id will be forced to the oldest ID available. [Optional] Returns: @@ -2122,7 +2122,7 @@ def GetSearch(self, Returns results with an ID greater than (that is, more recent than) the specified 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 + Tweets has occurred since the since_id, the since_id will be forced to the oldest ID available. [Optional] geocode: geolocation information in the form (latitude, longitude, radius) @@ -2311,7 +2311,7 @@ def GetFriendsTimeline(self, Returns results with an ID greater than (that is, more recent than) the specified 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 + Tweets has occurred since the since_id, the since_id will be forced to the oldest ID available. [Optional] retweets: If True, the timeline will contain native retweets. [Optional] @@ -2385,7 +2385,7 @@ def GetUserTimeline(self, Returns results with an ID greater than (that is, more recent than) the specified 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 + Tweets has occurred since the since_id, the since_id will be forced to the oldest ID available. [Optional] max_id: Returns only statuses with an ID less than (that is, older @@ -2590,7 +2590,7 @@ def GetUserRetweets(self, count=None, since_id=None, max_id=None, include_entiti Returns results with an ID greater than (that is, more recent than) the specified 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 + Tweets has occurred since the since_id, the since_id will be forced to the oldest ID available. [Optional] max_id: Returns results with an ID less than (that is, older than) or @@ -2635,7 +2635,7 @@ def GetReplies(self, since=None, since_id=None, page=None): Returns results with an ID greater than (that is, more recent than) the specified 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 + Tweets has occurred since the since_id, the since_id will be forced to the oldest ID available. [Optional] page: Specifies the page of results to retrieve. @@ -2861,7 +2861,7 @@ def GetDirectMessages(self, since=None, since_id=None, page=None): Returns results with an ID greater than (that is, more recent than) the specified 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 + Tweets has occurred since the since_id, the since_id will be forced to the oldest ID available. [Optional] page: Specifies the page of results to retrieve. @@ -3037,7 +3037,7 @@ def GetMentions(self, Returns results with an ID greater than (that is, more recent than) the specified 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 + Tweets has occurred since the since_id, the since_id will be forced to the oldest ID available. [Optional] max_id: Returns only statuses with an ID less than