'uderline' -> 'underline' typo in utils.irc
This commit is contained in:
parent
4dfb2ffeaa
commit
cdfe6d2959
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ def to_ansi_colors(s: str) -> str:
|
|||
has_foreground = False
|
||||
has_background = False
|
||||
bold = False
|
||||
uderline = False
|
||||
underline = False
|
||||
|
||||
for token in _color_tokens(s):
|
||||
replace = ""
|
||||
|
|
Loading…
Reference in a new issue