Fix typo in PEP 443: resultion-> resolution (GH-518)

This commit is contained in:
jhertel 2017-12-20 17:02:36 +01:00 committed by Mariatta
parent 07b66af4f3
commit 8ba5d20a21
1 changed files with 1 additions and 1 deletions

View File

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