Fix doc
This commit is contained in:
parent
f0a2d55c42
commit
282024b994
1 changed files with 1 additions and 1 deletions
|
|
@ -536,6 +536,6 @@ BBCODE_PARSER = TextToBBCODEparser()
|
||||||
|
|
||||||
def parse_to_bbcode(string, strip_ansi=False, parser=BBCODE_PARSER):
|
def parse_to_bbcode(string, strip_ansi=False, parser=BBCODE_PARSER):
|
||||||
"""
|
"""
|
||||||
Parses a string, replace ANSI markup with html
|
Parses a string, replace ANSI markup with bbcode
|
||||||
"""
|
"""
|
||||||
return parser.parse(string, strip_ansi=strip_ansi)
|
return parser.parse(string, strip_ansi=strip_ansi)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue