From 25eca18da3435ca97212fc9f7e1b304911e26b54 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sun, 5 Jan 2014 14:34:37 -0500 Subject: [PATCH] fixed typo in documentation of cursor() --- twython/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twython/api.py b/twython/api.py index 39b8f28..ef1aac6 100644 --- a/twython/api.py +++ b/twython/api.py @@ -392,7 +392,7 @@ class Twython(EndpointsMixin, object): """Returns a generator for results that match a specified query. :param function: Instance of a Twython function (Twython.get_home_timeline, Twython.search) - :param \*\*params: Extra parameters to send with your request (usually parameters excepted by the Twitter API endpoint) + :param \*\*params: Extra parameters to send with your request (usually parameters accepted by the Twitter API endpoint) :rtype: generator Usage::