diff --git a/docs/code_snippet.rst b/docs/code_snippet.rst index 324fe031f799b9bdd826d3d1367af4872d73b8ef..aed7d7c3d0ee4aa4129ea156aac83f91220482aa 100644 --- 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