aboutsummaryrefslogtreecommitdiff
path: root/ponysay.py
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-09-30 01:13:21 +0200
committerMattias Andrée <maandree@operamail.com>2012-09-30 01:13:21 +0200
commit9919d3e228761f318c8cee2d2eaf22c51f0e3ca3 (patch)
tree801b2059a869e82afa62b517cbd591d9897e3fb0 /ponysay.py
parent0cd697f9464080371e8600ab4b05154165015820 (diff)
downloadponysay-9919d3e228761f318c8cee2d2eaf22c51f0e3ca3.tar.gz
ponysay-9919d3e228761f318c8cee2d2eaf22c51f0e3ca3.tar.bz2
ponysay-9919d3e228761f318c8cee2d2eaf22c51f0e3ca3.zip
doc derp
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):