Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doc/library/html.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This module defines utilities to manipulate HTML.
.. function:: unescape(s)

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
for both valid and invalid character references, and the :data:`list of
HTML 5 named character references <html.entities.html5>`.
Expand Down