diff --git a/pep-0443.txt b/pep-0443.txt index 88362cb35..6feeceabc 100644 --- a/pep-0443.txt +++ b/pep-0443.txt @@ -188,7 +188,7 @@ Abstract Base Classes --------------------- The ``pkgutil.simplegeneric`` implementation relied on several forms of -method resultion order (MRO). ``@singledispatch`` removes special +method resolution order (MRO). ``@singledispatch`` removes special handling of old-style classes and Zope's ExtensionClasses. More importantly, it introduces support for Abstract Base Classes (ABC).