Small improvement of bubble format doc

This commit is contained in:
jaseg 2013-04-02 00:09:40 +02:00
parent f1a6f6ef27
commit 98c4945d57

View file

@ -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': (((' /|', '', '\\ '), (' \\|', '', '/ ')), ((' /|', '|', '|\\'), (' \\|', '|', '|/')), '_', '_', '\\', '/'),