mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
gh-141650: Fix typo in xml.sax.saxutils.unescape documentation (#141652)
This commit is contained in:
parent
31ea3f3c76
commit
df8091d516
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ or as base classes.
|
|||
|
||||
You can unescape other strings of data by passing a dictionary as the optional
|
||||
*entities* parameter. The keys and values must all be strings; each key will be
|
||||
replaced with its corresponding value. ``'&'``, ``'<'``, and ``'>'``
|
||||
replaced with its corresponding value. ``'&'``, ``'<'``, and ``'>'``
|
||||
are always unescaped, even if *entities* is provided.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue