Fix typo in cursor example
This commit is contained in:
parent
1dcd9cc26e
commit
0f64978a08
1 changed files with 1 additions and 1 deletions
|
|
@ -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'])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue