Kaydet (Commit) 1a8db9cd authored tarafından Andrew Svetlov's avatar Andrew Svetlov

Fix typo in documentation for collections.ChainMap, thanks to Olivier Bernard from docs@

üst 6e1d2b6e
...@@ -159,7 +159,7 @@ contexts:: ...@@ -159,7 +159,7 @@ contexts::
d['x'] # Get first key in the chain of contexts d['x'] # Get first key in the chain of contexts
d['x'] = 1 # Set value in current context 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 list(d) # All nested values
k in d # Check all nested values k in d # Check all nested values
len(d) # Number of nested values len(d) # Number of nested values
......
...@@ -101,6 +101,7 @@ Ezra Berch ...@@ -101,6 +101,7 @@ Ezra Berch
Michel Van den Bergh Michel Van den Bergh
Julian Berman Julian Berman
Brice Berna Brice Berna
Olivier Bernard
Eric Beser Eric Beser
Steven Bethard Steven Bethard
Stephen Bevan Stephen Bevan
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment