Issue #27125: Fix various errors like “will [be] inherited”

This commit is contained in:
Martin Panter 2016-05-29 04:13:35 +00:00
parent e8a175eaa0
commit 8d56c026a5
13 changed files with 17 additions and 15 deletions

View file

@ -850,7 +850,8 @@ class ChainMap(MutableMapping):
to create a single, updateable view.
The underlying mappings are stored in a list. That list is public and can
accessed or updated using the *maps* attribute. There is no other state.
be accessed or updated using the *maps* attribute. There is no other
state.
Lookups search the underlying mappings successively until a key is found.
In contrast, writes, updates, and deletions only operate on the first