Skip to content

Commit 9d6ca58

Browse files
vstinnernineteendo
andauthored
Update Doc/library/stdtypes.rst
Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>
1 parent 1a72eec commit 9d6ca58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/stdtypes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4926,8 +4926,8 @@ Mapping Types --- :class:`dict`, :class:`frozendict`
49264926
pair: built-in function; len
49274927

49284928
A :term:`mapping` object maps :term:`hashable` values to arbitrary objects.
4929-
Mappings are mutable objects. There is currently two standard mapping
4930-
types, the :dfn:`dictionary` and :class:`frozendict`.
4929+
There are currently two standard mapping types, the :dfn:`dictionary` and
4930+
:class:`frozendict`.
49314931
(For other containers see the built-in
49324932
:class:`list`, :class:`set`, and :class:`tuple` classes, and the
49334933
:mod:`collections` module.)

0 commit comments

Comments
 (0)