commit | c533e4a01207f74b9c4f9a7414631a3c7b711595 | [log] [tgz] |
---|---|---|
author | Thomas Wouters <thomas@python.org> | Sun Jul 16 11:57:20 2000 +0000 |
committer | Thomas Wouters <thomas@python.org> | Sun Jul 16 11:57:20 2000 +0000 |
tree | eeadfe38ab94dba32c595aad5c0d1d0d77c8cb8c | |
parent | 307d7a426fee7433e48eb93498d4f250da739589 [diff] |
Bugfix by Rob W. W. Hooft, from his spelling fixes patch. This one is a genuine bug, so I checked it in separately.
diff --git a/Lib/plat-irix5/cdplayer.py b/Lib/plat-irix5/cdplayer.py index 0e27468..eeb56ce 100755 --- a/Lib/plat-irix5/cdplayer.py +++ b/Lib/plat-irix5/cdplayer.py
@@ -53,7 +53,7 @@ if not match: print 'syntax error in ~/' + cdplayerrc continue - name, valye = match.group(1, 2) + name, value = match.group(1, 2) if name == 'title': self.title = value elif name == 'artist':