diff --git a/docs/usage/special_functions.rst b/docs/usage/special_functions.rst index cde8f99..9d40076 100644 --- a/docs/usage/special_functions.rst +++ b/docs/usage/special_functions.rst @@ -45,7 +45,7 @@ Another example: .. code-block:: python - results = twitter.cursor(t.get_mentions_timeline) + results = twitter.cursor(twitter.get_mentions_timeline) for result in results: print(result['id_str'])