Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 69da9c4

Browse files
committed
Issue #26547: Merge from 3.5
2 parents 7577ad3 + 37e87e6 commit 69da9c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1472,7 +1472,7 @@ are always available. They are listed here in alphabetical order.
14721472
Objects such as modules and instances have an updateable :attr:`~object.__dict__`
14731473
attribute; however, other objects may have write restrictions on their
14741474
:attr:`~object.__dict__` attributes (for example, classes use a
1475-
dictproxy to prevent direct dictionary updates).
1475+
:class:`types.MappingProxyType` to prevent direct dictionary updates).
14761476

14771477
Without an argument, :func:`vars` acts like :func:`locals`. Note, the
14781478
locals dictionary is only useful for reads since updates to the locals

0 commit comments

Comments
 (0)