diff --git a/examples/block_spammer.py b/examples/block_spammer.py index c579904..89757f4 100644 --- a/examples/block_spammer.py +++ b/examples/block_spammer.py @@ -2,7 +2,7 @@ from twython import Twython, TwythonError # Optionally accept user data from the command line (or elsewhere). # -# Usage: follow_user.py ryanmcgrath +# Usage: block_spammer.py SomeoneAnnoying import sys diff --git a/examples/block_user.py b/examples/block_user.py index a06c5f0..be0a115 100644 --- a/examples/block_user.py +++ b/examples/block_user.py @@ -2,7 +2,7 @@ from twython import Twython, TwythonError # Optionally accept user data from the command line (or elsewhere). # -# Usage: follow_user.py ryanmcgrath +# Usage: block_user.py A_Twitter_Troll import sys diff --git a/examples/unblock_user.py b/examples/unblock_user.py index 80ea19c..57a6355 100644 --- a/examples/unblock_user.py +++ b/examples/unblock_user.py @@ -2,7 +2,7 @@ from twython import Twython, TwythonError # Optionally accept user data from the command line (or elsewhere). # -# Usage: follow_user.py ryanmcgrath +# Usage: unblock_user.py Not_So_Bad_After_All import sys diff --git a/examples/unfollow_user.py b/examples/unfollow_user.py index 2417035..1e708f6 100644 --- a/examples/unfollow_user.py +++ b/examples/unfollow_user.py @@ -2,7 +2,7 @@ from twython import Twython, TwythonError # Optionally accept user data from the command line (or elsewhere). # -# Usage: follow_user.py ryanmcgrath +# Usage: unfollow_user.py Not_So_Cool_Really import sys