diff options
author | kragen <kragen@inexorable.(none)> | 2009-12-28 00:17:09 -0300 |
---|---|---|
committer | kragen <kragen@inexorable.(none)> | 2009-12-28 00:17:09 -0300 |
commit | 1c62a43b14b0f2ca11c17019448b0d3406181293 (patch) | |
tree | fdd89b7bff80cc6e4e66869db3867beae632dc54 /scan4dups.py | |
parent | applied Gunnar Wolf's patch with patch(1); not sure why git apply couldn't ap... (diff) | |
parent | Added dotted box and turned m (diff) | |
download | dotXCompose-1c62a43b14b0f2ca11c17019448b0d3406181293.tar.gz dotXCompose-1c62a43b14b0f2ca11c17019448b0d3406181293.tar.bz2 dotXCompose-1c62a43b14b0f2ca11c17019448b0d3406181293.zip |
Merge branch 'master' of git://github.com/kragen/xcompose
Diffstat (limited to 'scan4dups.py')
-rw-r--r-- | scan4dups.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |