projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8373a0a
)
Fix typo in example.
author
Pieter Ennes
<pieter@ennes.nl>
Wed, 10 Jan 2018 14:37:45 +0000
(14:37 +0000)
committer
GitHub
<noreply@github.com>
Wed, 10 Jan 2018 14:37:45 +0000
(14:37 +0000)
docs/code_snippet.rst
patch
|
blob
|
blame
|
history
diff --git
a/docs/code_snippet.rst
b/docs/code_snippet.rst
index aed7d7c3d0ee4aa4129ea156aac83f91220482aa..324fe031f799b9bdd826d3d1367af4872d73b8ef 100644
(file)
--- a/
docs/code_snippet.rst
+++ b/
docs/code_snippet.rst
@@
-75,5
+75,5
@@
will wait for 15 minutes each time it hits the rate limit.
time.sleep(15 * 60)
for follower in limit_handled(tweepy.Cursor(api.followers).items()):
- if follower.friends_count
<
300:
+ if follower.friends_count
>
300:
print follower.screen_name