Skip to content

Commit

Permalink
bpo-31865: Fix a couple of typos in the html.unescape() docs. (GH-9662)
Browse files Browse the repository at this point in the history
  • Loading branch information
ezio-melotti authored Oct 2, 2018
1 parent d4c76d9 commit 30534cc
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 30534cc

Please sign in to comment.