Slight readability change.

This commit is contained in:
Jeremy Fincher 2004-04-05 09:25:33 +00:00
parent a4b4c2101c
commit f8f1b4585f

View File

@ -209,7 +209,7 @@ class Unix(callbacks.Privmsg):
if line[0] in '*+':
resp = '"%s" may be spelled correctly.' % word
elif line[0] == '#':
resp = 'Could not find an alternate spelling for "%s"' % word
resp = 'I could not find an alternate spelling for "%s"' % word
elif line[0] == '&':
matches = line.split(':')[1].strip()
resp = 'Possible spellings for %r: %s.' % \