We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a72eec commit 9d6ca58Copy full SHA for 9d6ca58
Doc/library/stdtypes.rst
@@ -4926,8 +4926,8 @@ Mapping Types --- :class:`dict`, :class:`frozendict`
4926
pair: built-in function; len
4927
4928
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`.
+There are currently two standard mapping types, the :dfn:`dictionary` and
+:class:`frozendict`.
4931
(For other containers see the built-in
4932
:class:`list`, :class:`set`, and :class:`tuple` classes, and the
4933
:mod:`collections` module.)
0 commit comments