mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #27125: Fix various errors like “will [be] inherited”
This commit is contained in:
parent
e8a175eaa0
commit
8d56c026a5
13 changed files with 17 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue