Skip to content

Commit 30534cc

Browse files
authored
bpo-31865: Fix a couple of typos in the html.unescape() docs. (GH-9662)
1 parent d4c76d9 commit 30534cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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. ``>``,
27-
``>``, ``&x3e;``) in the string *s* to the corresponding unicode
27+
``>``, ``>``) 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)