Fix doc
This commit is contained in:
parent
bcbe5cd0ea
commit
2cf60bd04d
1 changed files with 1 additions and 2 deletions
|
|
@ -318,8 +318,7 @@ class TextToBBCODEparser(TextToHTMLparser):
|
||||||
|
|
||||||
def format_styles(self, text):
|
def format_styles(self, text):
|
||||||
"""
|
"""
|
||||||
Takes a string with parsed ANSI codes and replaces them with
|
Takes a string with parsed ANSI codes and replaces them with bbcode style tags
|
||||||
HTML spans and CSS classes.
|
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
text (str): The string to process.
|
text (str): The string to process.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue