Skip to content

Commit f6ed59d

Browse files
committed
Fix typo
1 parent b8de83d commit f6ed59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ For example::
213213

214214
The following standard library modules have been updated to accept
215215
:class:`!frozendict`: :mod:`copy`, :mod:`decimal`, :mod:`json`, :mod:`marshal`,
216-
:mod:`plist` (only for serialization), :mod:`pickle`, :mod:`pprint` and
216+
:mod:`plistlib` (only for serialization), :mod:`pickle`, :mod:`pprint` and
217217
:mod:`xml.etree.ElementTree`.
218218

219219
:func:`eval` and :func:`exec` accept :class:`!frozendict` for *globals*, and

0 commit comments

Comments
 (0)