From 1f270d76ab7ee897af67aba4e7340361355265b4 Mon Sep 17 00:00:00 2001 From: BlauFeuer Date: Thu, 3 Nov 2016 18:13:43 -0400 Subject: [PATCH] Clarify MXP links in docstring --- evennia/utils/text2html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/utils/text2html.py b/evennia/utils/text2html.py index 1275927766..fd751c5523 100644 --- a/evennia/utils/text2html.py +++ b/evennia/utils/text2html.py @@ -234,7 +234,7 @@ class TextToHTMLparser(object): def convert_links(self, text): """ - Replaces links with HTML code. + Replaces MXP links with HTML code. Args: text (str): Text to process.