Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
693105e0
Commit
693105e0
authored
Oct 04, 2012
by
Andrew Svetlov
Browse files
Options
Browse Files
Download
Plain Diff
Merge: Fix typo in documentation for collections.ChainMap, thanks to Olivier Bernard from docs@
parents
d96c1fb6
1a8db9cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
Doc/library/collections.rst
Doc/library/collections.rst
+1
-1
Misc/ACKS
Misc/ACKS
+1
-0
No files found.
Doc/library/collections.rst
View file @
693105e0
...
...
@@ -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
...
...
Misc/ACKS
View file @
693105e0
...
...
@@ -101,6 +101,7 @@ Ezra Berch
Michel Van den Bergh
Julian Berman
Brice Berna
Olivier Bernard
Eric Beser
Steven Bethard
Stephen Bevan
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment