Thanks to visit codestin.com Credit goes to github.com
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 61a24ea commit 8d4e94eCopy full SHA for 8d4e94e
1 file changed
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