From: Ezio Melotti Date: Tue, 2 Oct 2018 00:34:46 +0000 (-0700) Subject: bpo-31865: Fix a couple of typos in the html.unescape() docs. (GH-9662) X-Git-Tag: v3.8.0a1~850 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=30534cc7172f36092e0002bb7df482edc0d539ce;p=thirdparty%2FPython%2Fcpython.git bpo-31865: Fix a couple of typos in the html.unescape() docs. (GH-9662) --- diff --git a/Doc/library/html.rst b/Doc/library/html.rst index d0706bcbc079..c2b01e14ea75 100644 --- a/Doc/library/html.rst +++ b/Doc/library/html.rst @@ -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 `.