From: Alexandre Allani Date: Mon, 4 Oct 2021 15:34:56 +0000 (+0200) Subject: corrected spelling mistake on API.search_tweets method X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=19bccdf9016b2e3e70ea301edceed0327cfa6fae;p=tweepy.git corrected spelling mistake on API.search_tweets method --- diff --git a/tweepy/api.py b/tweepy/api.py index 5b69562..ecb93cc 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -1215,7 +1215,7 @@ class API: Returns tweets by users located within a given radius of the given latitude/longitude. The location is preferentially taking from the Geotagging API, but will fall back to their Twitter profile. The - parameter value is specified by "latitide,longitude,radius", where + parameter value is specified by "latitude,longitude,radius", where radius units must be specified as either "mi" (miles) or "km" (kilometers). Note that you cannot use the near operator via the API to geocode arbitrary locations; however you can use this