Skip to content

Commit 56c1025

Browse files
bpo-31865: Fix a couple of typos in the html.unescape() docs. (GH-9664)
(cherry picked from commit 30534cc) Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
1 parent cb0bec3 commit 56c1025

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/html.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This module defines utilities to manipulate HTML.
2424
.. function:: unescape(s)
2525

2626
Convert all named and numeric character references (e.g. ``&gt;``,
27-
``&#62;``, ``&x3e;``) in the string *s* to the corresponding unicode
27+
``&#62;``, ``&#x3e;``) in the string *s* to the corresponding Unicode
2828
characters. This function uses the rules defined by the HTML 5 standard
2929
for both valid and invalid character references, and the :data:`list of
3030
HTML 5 named character references <html.entities.html5>`.

0 commit comments

Comments
 (0)