Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
tweepy
Commits
a079bf3a
Commit
a079bf3a
authored
Sep 29, 2009
by
Josh Roesslein
Browse files
Fix some spell errors in tutorial
parent
bca6120d
Changes
1
Hide whitespace changes
Inline
Side-by-side
tutorial/t6.py
View file @
a079bf3a
...
...
@@ -54,7 +54,7 @@ for status in cursor.items(limit=30):
print
''
"""
As you can see this is much simpl
i
er and all the
As you can see this is much simpler and all the
pagination is managed for us automatically.
We pass into the Cursor constructor the API method
we wish to paginate. Cursor then has two methods that returns
...
...
@@ -64,8 +64,8 @@ an iterator:
If limit is not specified iteration will continue until twitter
stops sending us pages (pagination limit reached or no more data).
The limit for items() is the maxium number of items to iterate.
For pages() limit is the maxium number of pages to iterate.
The limit for items() is the maxi
m
um number of items to iterate.
For pages() limit is the maxi
m
um number of pages to iterate.
The page size varies for each API method, so read the wiki page
for more details.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment