From 19bccdf9016b2e3e70ea301edceed0327cfa6fae Mon Sep 17 00:00:00 2001 From: Alexandre Allani Date: Mon, 4 Oct 2021 17:34:56 +0200 Subject: [PATCH] corrected spelling mistake on API.search_tweets method --- tweepy/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1