diff options
author | Raymond Hettinger <python@rcn.com> | 2016-02-25 08:25:45 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2016-02-25 08:25:45 (GMT) |
commit | 62bc32181901061fbadfc7e68c518871f6d8faea (patch) | |
tree | 4c2a8018534602edc6a689a354a04f526d47d647 /Lib/collections | |
parent | 3ece994f9d044449f4b588400eed70f8ca1b21d2 (diff) | |
download | cpython-62bc32181901061fbadfc7e68c518871f6d8faea.zip cpython-62bc32181901061fbadfc7e68c518871f6d8faea.tar.gz cpython-62bc32181901061fbadfc7e68c518871f6d8faea.tar.bz2 |
Fix out-of-date comment
Diffstat (limited to 'Lib/collections')
-rw-r--r-- | Lib/collections/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/collections/__init__.py b/Lib/collections/__init__.py index 9a26a93..e5497b3 100644 --- a/Lib/collections/__init__.py +++ b/Lib/collections/__init__.py @@ -842,7 +842,7 @@ class Counter(dict): ######################################################################## -### ChainMap (helper for configparser and string.Template) +### ChainMap ######################################################################## class ChainMap(MutableMapping): |