Skip to content

Commit 4da78f7

Browse files
authored
Update types.rst
1 parent abd4665 commit 4da78f7

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Doc/library/types.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -398,10 +398,9 @@ Standard names are defined for the following types:
398398
``MappingProxyType`` is a wrapper around a mapping that renders
399399
the mapping immutable to the viewer of the proxy
400400
without affecting the underlying container.
401-
``MappingProxyType`` can expose its internal mapping in some rare cases.
401+
``MappingProxyType`` can expose its internal mutable mapping in some rare cases.
402402

403-
While ``frozendict`` is a concrete container type
404-
that actually holds data that cannot be changed in any way.
403+
On the other hand, ``frozendict`` is a concrete immutable mapping.
405404

406405
.. versionadded:: 3.3
407406

0 commit comments

Comments
 (0)