From 8d56c026a5dd724318be005465366d5140fa6fe7 Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Sun, 29 May 2016 04:13:35 +0000 Subject: =?UTF-8?q?Issue=20#27125:=20Fix=20various=20errors=20like=20?= =?UTF-8?q?=E2=80=9Cwill=20[be]=20inherited=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Lib/collections/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Lib/collections') diff --git a/Lib/collections/__init__.py b/Lib/collections/__init__.py index 05eb1709cb..ebe8ee7a83 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 -- cgit v1.2.1