From a62fcb5659aa793ff06fac05e8be4f190d2a9cac Mon Sep 17 00:00:00 2001 From: Mark Shoulson Date: Wed, 15 Jul 2009 23:22:13 -0400 Subject: Therefore and because. Verbose in keystrokes though\! --- scan4dups.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scan4dups.py') diff --git a/scan4dups.py b/scan4dups.py index e4ba418..a1a723e 100644 --- a/scan4dups.py +++ b/scan4dups.py @@ -44,7 +44,7 @@ print "Checking prefixes." for key in listing.keys(): # print "Key: (%s)"%key pref='' - # Careful when splitting. They key always starts with a space. + # Careful when splitting. The key always starts with a space. for word in key.split(" ")[:-1]: # chop the last one; that'll always match. # Skip the empty first entry if not word: -- cgit v1.2.3