This commit is contained in:
ChrisLR 2022-11-25 16:16:03 -05:00
parent bdab355d59
commit a96b269f9d

View file

@ -318,8 +318,7 @@ class TextToBBCODEparser(TextToHTMLparser):
def format_styles(self, text):
"""
Takes a string with parsed ANSI codes and replaces them with
HTML spans and CSS classes.
Takes a string with parsed ANSI codes and replaces them with bbcode style tags
Args:
text (str): The string to process.