corrected spelling mistake on API.search_tweets method
authorAlexandre Allani <a.allani@q3-technology.com>
Mon, 4 Oct 2021 15:34:56 +0000 (17:34 +0200)
committerAlexandre Allani <a.allani@q3-technology.com>
Mon, 4 Oct 2021 15:34:56 +0000 (17:34 +0200)
tweepy/api.py

index 5b69562076f24f7ad0d8f119ee666b867910e52d..ecb93cc69c37cd153830ee6c2aaf7b5b096ba5b9 100644 (file)
@@ -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