mirror of
https://github.com/python/cpython.git
synced 2025-11-20 10:57:44 +00:00
bpo-31865: Fix a couple of typos in the html.unescape() docs. (GH-9662)
This commit is contained in:
parent
d4c76d960b
commit
30534cc717
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ This module defines utilities to manipulate HTML.
|
||||||
.. function:: unescape(s)
|
.. function:: unescape(s)
|
||||||
|
|
||||||
Convert all named and numeric character references (e.g. ``>``,
|
Convert all named and numeric character references (e.g. ``>``,
|
||||||
``>``, ``&x3e;``) in the string *s* to the corresponding unicode
|
``>``, ``>``) in the string *s* to the corresponding Unicode
|
||||||
characters. This function uses the rules defined by the HTML 5 standard
|
characters. This function uses the rules defined by the HTML 5 standard
|
||||||
for both valid and invalid character references, and the :data:`list of
|
for both valid and invalid character references, and the :data:`list of
|
||||||
HTML 5 named character references <html.entities.html5>`.
|
HTML 5 named character references <html.entities.html5>`.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue