Match class name to SearchResult to SearchResults
authorMatthew <nicholma@tcd.ie>
Tue, 12 Dec 2017 11:37:21 +0000 (11:37 +0000)
committerGitHub <noreply@github.com>
Tue, 12 Dec 2017 11:37:21 +0000 (11:37 +0000)
docs/api.rst

index ce9d37020a5dac0e4096cb5b77d9383bb1451b16..066a0e926f4c754a2f5a1c0cc651f35b08587f54 100644 (file)
@@ -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 "<user>:" 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