We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
xml.sax.saxutils.unescape
1 parent 31ea3f3 commit df8091dCopy full SHA for df8091d
Doc/library/xml.sax.utils.rst
@@ -37,7 +37,7 @@ or as base classes.
37
38
You can unescape other strings of data by passing a dictionary as the optional
39
*entities* parameter. The keys and values must all be strings; each key will be
40
- replaced with its corresponding value. ``'&'``, ``'<'``, and ``'>'``
+ replaced with its corresponding value. ``'&'``, ``'<'``, and ``'>'``
41
are always unescaped, even if *entities* is provided.
42
43
0 commit comments