mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-25 05:47:59 +01:00
Correct spelling/grammar
This commit is contained in:
parent
187f8ec6d7
commit
a33aab0426
1 changed files with 1 additions and 1 deletions
2
ponysay
2
ponysay
|
@ -211,7 +211,7 @@ class Ponysay():
|
|||
|
||||
pony = names[random.randrange(0, len(names))]
|
||||
if pony not in ponies:
|
||||
sys.stderr.write('I have never heared of any pony named %s\n' % (pony));
|
||||
sys.stderr.write('I have never heard of anypony named %s\n' % (pony));
|
||||
exit(1)
|
||||
else:
|
||||
return ponies[pony]
|
||||
|
|
Loading…
Reference in a new issue