mirror of
https://github.com/erkin/ponysay
synced 2024-11-28 06:10:34 +00: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))]
|
pony = names[random.randrange(0, len(names))]
|
||||||
if pony not in ponies:
|
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)
|
exit(1)
|
||||||
else:
|
else:
|
||||||
return ponies[pony]
|
return ponies[pony]
|
||||||
|
|
Loading…
Reference in a new issue