Small improvement of bubble format doc
This commit is contained in:
parent
f1a6f6ef27
commit
98c4945d57
1 changed files with 2 additions and 2 deletions
|
|
@ -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': (((' /|', '', '\\ '), (' \\|', '', '/ ')), ((' /|', '|', '|\\'), (' \\|', '|', '|/')), '_', '_', '\\', '/'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue