Skip to content

Commit eeb5fbf

Browse files
[3.14] gh-141650: Fix typo in xml.sax.saxutils.unescape documentation (GH-141652) (#141654)
Co-authored-by: Tamzin Hadasa Kelly <[email protected]>
1 parent eead7b4 commit eeb5fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/xml.sax.utils.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ or as base classes.
3737

3838
You can unescape other strings of data by passing a dictionary as the optional
3939
*entities* parameter. The keys and values must all be strings; each key will be
40-
replaced with its corresponding value. ``'&amp'``, ``'&lt;'``, and ``'&gt;'``
40+
replaced with its corresponding value. ``'&amp;'``, ``'&lt;'``, and ``'&gt;'``
4141
are always unescaped, even if *entities* is provided.
4242

4343

0 commit comments

Comments
 (0)