From fe3875df44301aced1983317d6f839a221100de5 Mon Sep 17 00:00:00 2001 From: Matthew Date: Tue, 12 Dec 2017 11:37:21 +0000 Subject: [PATCH] Match class name to SearchResult to SearchResults --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index ce9d370..066a0e9 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -550,7 +550,7 @@ Help Methods :param since_id: |since_id| :param geocode: 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 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 geocode parameter to search near geocodes directly. :param show_user: When true, prepends ":" to the beginning of the tweet. This is useful for readers that do not display Atom's author field. The default is false. - :rtype: list of :class:`SearchResult` objects + :rtype: list of :class:`SearchResults` objects List Methods -- 2.25.1