aboutsummaryrefslogtreecommitdiff
path: root/ponysay.py
diff options
context:
space:
mode:
Diffstat (limited to 'ponysay.py')
-rwxr-xr-xponysay.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ponysay.py b/ponysay.py
index 5f5afe9..418cab0 100755
--- a/ponysay.py
+++ b/ponysay.py
@@ -206,7 +206,7 @@ class Ponysay():
if pony not in ponies:
ponies[pony] = ponydir + ponyfile
- ## Filter out all choosen ponies
+ ## Support for explicit pony file names
if not names == None:
for name in names:
if os.path.exists(name):