mirror of
https://github.com/evennia/evennia.git
synced 2026-04-06 07:57:16 +02:00
Fix doc
This commit is contained in:
parent
bdab355d59
commit
a96b269f9d
1 changed files with 1 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue