Clarify MXP links in docstring

This commit is contained in:
BlauFeuer 2016-11-03 18:13:43 -04:00 committed by GitHub
parent 501c9f73a1
commit 1f270d76ab

View file

@ -234,7 +234,7 @@ class TextToHTMLparser(object):
def convert_links(self, text): def convert_links(self, text):
""" """
Replaces links with HTML code. Replaces MXP links with HTML code.
Args: Args:
text (str): Text to process. text (str): Text to process.