Fix typo in example.
authorPieter Ennes <pieter@ennes.nl>
Wed, 10 Jan 2018 14:37:45 +0000 (14:37 +0000)
committerGitHub <noreply@github.com>
Wed, 10 Jan 2018 14:37:45 +0000 (14:37 +0000)
docs/code_snippet.rst

index aed7d7c3d0ee4aa4129ea156aac83f91220482aa..324fe031f799b9bdd826d3d1367af4872d73b8ef 100644 (file)
@@ -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