mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-25 02:17:03 +00:00
...
This commit is contained in:
parent
1f6f26140e
commit
717a5ba540
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ def vline(*a, level=1):
|
|||
half_vline(*a, level=level, which='bottom')
|
||||
|
||||
|
||||
def hholes(*a, level=2, num=1):
|
||||
def hholes(*a, level=1, num=1):
|
||||
hline(*a, level=level)
|
||||
add_hholes(*a, level=level, num=num)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue