Fix out-of-date comment

This commit is contained in:
Raymond Hettinger 2016-02-25 00:25:45 -08:00
parent 3ece994f9d
commit 62bc321819
1 changed files with 1 additions and 1 deletions

View File

@ -842,7 +842,7 @@ class Counter(dict):
########################################################################
### ChainMap (helper for configparser and string.Template)
### ChainMap
########################################################################
class ChainMap(MutableMapping):