Fix several typos (#1328)

This commit is contained in:
painor
2019-11-10 11:29:43 +01:00
committed by Lonami
parent 4a1310dc21
commit 38b929b973
5 changed files with 5 additions and 5 deletions

View File

@@ -126,7 +126,7 @@ def parse(html: str) -> Tuple[str, List[TypeMessageEntity]]:
Parses the given HTML message and returns its stripped representation
plus a list of the MessageEntity's that were found.
:param message: the message with HTML to be parsed.
:param html: the message with HTML to be parsed.
:return: a tuple consisting of (clean message, [message entities]).
"""
if not html: