aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaseg <s@jaseg.de>2013-04-02 00:09:40 +0200
committerjaseg <s@jaseg.de>2013-04-02 00:09:40 +0200
commit98c4945d57d274ae0e5b88c0eaab2371faaf1415 (patch)
treef56eb2979cf60d9ea70b2959953bfa3653ac158a
parentf1a6f6ef2762b63484c66375d7a671f9cfc4fbd4 (diff)
downloadponysay-98c4945d57d274ae0e5b88c0eaab2371faaf1415.tar.gz
ponysay-98c4945d57d274ae0e5b88c0eaab2371faaf1415.tar.bz2
ponysay-98c4945d57d274ae0e5b88c0eaab2371faaf1415.zip
Small improvement of bubble format doc
-rwxr-xr-xponysay.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ponysay.py b/ponysay.py
index 30dea63..1ec0cc5 100755
--- a/ponysay.py
+++ b/ponysay.py
@@ -9,8 +9,8 @@ except:
import re
# (oneline, multiline, bottom, top, linkl, linkr)
-# (left, right)
-# (top, middle, bottom)
+# {one,multi}line := (left, right)
+# {left,right} := (top, middle, bottom)
balloonstyles= {'cowsay': (((' ', '', '< '), (' ', '', '> ')), ((' /', '|', '\\ '), (' \\', '|', '/ ')), '-', '_', '\\', '/'),
'cowsay.think': (((' ', '', '( '), (' ', '', ') ')), ((' (', '(', '( '), (' )', ')', ') ')), '-', '_', 'o', 'o'),
'ascii': (((' /|', '', '\\ '), (' \\|', '', '/ ')), ((' /|', '|', '|\\'), (' \\|', '|', '|/')), '_', '_', '\\', '/'),