mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Fix typo in documentation for collections.ChainMap, thanks to Olivier Bernard from docs@
This commit is contained in:
parent
6e1d2b6e78
commit
1a8db9cd1d
2 changed files with 2 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ contexts::
|
|||
|
||||
d['x'] # Get first key in the chain of contexts
|
||||
d['x'] = 1 # Set value in current context
|
||||
del['x'] # Delete from current context
|
||||
del d['x'] # Delete from current context
|
||||
list(d) # All nested values
|
||||
k in d # Check all nested values
|
||||
len(d) # Number of nested values
|
||||
|
|
|
|||
|
|
@ -101,6 +101,7 @@ Ezra Berch
|
|||
Michel Van den Bergh
|
||||
Julian Berman
|
||||
Brice Berna
|
||||
Olivier Bernard
|
||||
Eric Beser
|
||||
Steven Bethard
|
||||
Stephen Bevan
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue