From: Raymond Hettinger Date: Thu, 25 Feb 2016 08:25:45 +0000 (-0800) Subject: Fix out-of-date comment X-Git-Tag: v3.6.0a1~572 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=62bc32181901061fbadfc7e68c518871f6d8faea;p=thirdparty%2FPython%2Fcpython.git Fix out-of-date comment --- diff --git a/Lib/collections/__init__.py b/Lib/collections/__init__.py index 9a26a93430e6..e5497b34a72d 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):