From 1a17704ff18ab6aa678b346aa6f97faa37472929 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Fri, 31 Jan 2003 03:30:09 +0000 Subject: [PATCH] typo in comment --- Lib/UserDict.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/UserDict.py b/Lib/UserDict.py index f9ad47109f..fb9cdd5c25 100644 --- a/Lib/UserDict.py +++ b/Lib/UserDict.py @@ -77,7 +77,7 @@ class DictMixin: # a minimum dictionary interface including getitem, setitem, delitem, # and keys. Without knowledge of the subclass constructor, the mixin # does not define __init__() or copy(). In addition to the four base - # methods, progessively more efficiency comes with defining + # methods, progressively more efficiency comes with defining # __contains__(), __iter__(), and iteritems(). # second level definitions support higher levels -- 2.49.0