mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Bugfix by Rob W. W. Hooft, from his spelling fixes patch. This one is a
genuine bug, so I checked it in separately.
This commit is contained in:
parent
307d7a426f
commit
c533e4a012
2 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ class Cdplayer:
|
|||
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':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue