From 98c4945d57d274ae0e5b88c0eaab2371faaf1415 Mon Sep 17 00:00:00 2001 From: jaseg Date: Tue, 2 Apr 2013 00:09:40 +0200 Subject: Small improvement of bubble format doc --- ponysay.py | 4 ++-- 1 file 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': (((' /|', '', '\\ '), (' \\|', '', '/ ')), ((' /|', '|', '|\\'), (' \\|', '|', '|/')), '_', '_', '\\', '/'), -- cgit