Skip to content

Commit 6c7ca7f

Browse files
Update Doc/whatsnew/3.15.rst
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent 65259cf commit 6c7ca7f

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
@@ -216,7 +216,7 @@ The following standard library modules have been updated to accept
216216
:mod:`pickle`, :mod:`pprint` and :mod:`xml.etree.ElementTree`.
217217

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

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

0 commit comments

Comments
 (0)