Skip to content

Commit 65259cf

Browse files
vstinnerhugovk
andauthored
Update Doc/whatsnew/3.15.rst
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 4827bfd commit 65259cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,11 +212,11 @@ For example::
212212
True
213213

214214
The following standard library modules have been updated to accept
215-
:class:`frozendict`: :mod:`copy`, :mod:`decimal`, :mod:`json`, :mod:`marshal`,
215+
:class:`!frozendict`: :mod:`copy`, :mod:`decimal`, :mod:`json`, :mod:`marshal`,
216216
:mod:`pickle`, :mod:`pprint` and :mod:`xml.etree.ElementTree`.
217217

218-
:func:`eval` and :func:`exec` accept :class:`frozendict` for *globals*, and
219-
:func:`type` accept :class:`frozendict` for *dict*.
218+
:func:`eval` and :func:`exec` accept :class:`!frozendict` for *globals*, and
219+
:func:`type` accepts :class:`!frozendict` for *dict*.
220220

221221
.. seealso:: :pep:`814` for the full specification and rationale.
222222

0 commit comments

Comments
 (0)