From f18af22c00e04277c80dc420708b1d613c04c559 Mon Sep 17 00:00:00 2001 From: Ben McGinnes Date: Sat, 17 May 2014 13:17:13 +1000 Subject: [PATCH] Fixed the comment lines to relate to the action performed. --- examples/block_spammer.py | 2 +- examples/block_user.py | 2 +- examples/unblock_user.py | 2 +- examples/unfollow_user.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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