Thanks to visit codestin.com Credit goes to github.com
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 79af27e commit 37e87e6Copy full SHA for 37e87e6
1 file changed
Doc/library/functions.rst
@@ -1469,7 +1469,7 @@ are always available. They are listed here in alphabetical order.
1469
Objects such as modules and instances have an updateable :attr:`~object.__dict__`
1470
attribute; however, other objects may have write restrictions on their
1471
:attr:`~object.__dict__` attributes (for example, classes use a
1472
- dictproxy to prevent direct dictionary updates).
+ :class:`types.MappingProxyType` to prevent direct dictionary updates).
1473
1474
Without an argument, :func:`vars` acts like :func:`locals`. Note, the
1475
locals dictionary is only useful for reads since updates to the locals
0 commit comments