Skip to content

Commit df8091d

Browse files
authored
pythongh-141650: Fix typo in xml.sax.saxutils.unescape documentation (python#141652)
1 parent 31ea3f3 commit df8091d

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'``, ``'<'``, and ``'>'``
40+
replaced with its corresponding value. ``'&'``, ``'<'``, and ``'>'``
4141
are always unescaped, even if *entities* is provided.
4242

4343

0 commit comments

Comments
 (0)