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 abd4665 commit 4da78f7Copy full SHA for 4da78f7
1 file changed
Doc/library/types.rst
@@ -398,10 +398,9 @@ Standard names are defined for the following types:
398
``MappingProxyType`` is a wrapper around a mapping that renders
399
the mapping immutable to the viewer of the proxy
400
without affecting the underlying container.
401
- ``MappingProxyType`` can expose its internal mapping in some rare cases.
+ ``MappingProxyType`` can expose its internal mutable mapping in some rare cases.
402
403
- While ``frozendict`` is a concrete container type
404
- that actually holds data that cannot be changed in any way.
+ On the other hand, ``frozendict`` is a concrete immutable mapping.
405
406
.. versionadded:: 3.3
407
0 commit comments