From 2cf60bd04d2087f4e7902158abea1c03dada91a2 Mon Sep 17 00:00:00 2001 From: ChrisLR Date: Fri, 25 Nov 2022 16:16:03 -0500 Subject: [PATCH] Fix doc --- evennia/contrib/base_systems/godotwebsocket/text2bbcode.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/evennia/contrib/base_systems/godotwebsocket/text2bbcode.py b/evennia/contrib/base_systems/godotwebsocket/text2bbcode.py index 635fb6bd9e..6ab4a7c3cf 100644 --- a/evennia/contrib/base_systems/godotwebsocket/text2bbcode.py +++ b/evennia/contrib/base_systems/godotwebsocket/text2bbcode.py @@ -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.