summaryrefslogtreecommitdiff
path: root/Lib/collections
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-05-29 09:05:06 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-05-29 09:05:06 +0000
commite501a93c18085a0ae0000a759438dcf3c162ddb6 (patch)
tree6ce860fadb4cd92c8c1df44297b07dde7c41d1d1 /Lib/collections
parent2bac3b778f0a3efe374334b9694e99ed48431414 (diff)
parent8d56c026a5dd724318be005465366d5140fa6fe7 (diff)
downloadcpython-git-e501a93c18085a0ae0000a759438dcf3c162ddb6.tar.gz
Issue #27125: Merge typo fixes from 3.5
Also merge changes from Issue #27117; no actual code changes to 3.6.
Diffstat (limited to 'Lib/collections')
-rw-r--r--Lib/collections/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/collections/__init__.py b/Lib/collections/__init__.py
index d6dd7efd5d..b9419506e9 100644
--- a/Lib/collections/__init__.py
+++ b/Lib/collections/__init__.py
@@ -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