Fix mistake

This commit is contained in:
Tulir Asokan 2020-05-08 12:37:05 +03:00
parent 341b3db99e
commit 6960382aeb

View File

@ -33,7 +33,7 @@ class HumanReadableString(MarkdownString):
class MaubotHTMLParser(MatrixParser[HumanReadableString]):
e = HumanReadableString
fs = HumanReadableString
def parse_formatted(message: str, allow_html: bool = False, render_markdown: bool = True