typo in comment

This commit is contained in:
Barry Warsaw 2003-01-31 03:30:09 +00:00
parent abc7cd27ff
commit 1a17704ff1
1 changed files with 1 additions and 1 deletions

View File

@ -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