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