[Python-checkins] cpython: Fix out-of-date comment

raymond.hettinger python-checkins at python.org
Thu Feb 25 03:25:53 EST 2016


https://hg.python.org/cpython/rev/cd69b81d231d
changeset:   100327:cd69b81d231d
user:        Raymond Hettinger <python at rcn.com>
date:        Thu Feb 25 00:25:45 2016 -0800
summary:
  Fix out-of-date comment

files:
  Lib/collections/__init__.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/collections/__init__.py b/Lib/collections/__init__.py
--- a/Lib/collections/__init__.py
+++ b/Lib/collections/__init__.py
@@ -842,7 +842,7 @@
 
 
 ########################################################################
-###  ChainMap (helper for configparser and string.Template)
+###  ChainMap
 ########################################################################
 
 class ChainMap(MutableMapping):

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list