pyladoc.escape_html# pyladoc.escape_html(text)# Escapes special HTML characters in a given string. Parameters: text (str) – The text to escape Return type: str Returns: Escaped text save for inserting into HTML code