We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4c76d9 commit 30534ccCopy full SHA for 30534cc
Doc/library/html.rst
@@ -24,7 +24,7 @@ This module defines utilities to manipulate HTML.
24
.. function:: unescape(s)
25
26
Convert all named and numeric character references (e.g. ``>``,
27
- ``>``, ``&x3e;``) in the string *s* to the corresponding unicode
+ ``>``, ``>``) in the string *s* to the corresponding Unicode
28
characters. This function uses the rules defined by the HTML 5 standard
29
for both valid and invalid character references, and the :data:`list of
30
HTML 5 named character references <html.entities.html5>`.
0 commit comments