Fix typo in PEP 443: resultion-> resolution (GH-518)
This commit is contained in:
parent
07b66af4f3
commit
8ba5d20a21
|
@ -188,7 +188,7 @@ Abstract Base Classes
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
The ``pkgutil.simplegeneric`` implementation relied on several forms of
|
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
|
handling of old-style classes and Zope's ExtensionClasses. More
|
||||||
importantly, it introduces support for Abstract Base Classes (ABC).
|
importantly, it introduces support for Abstract Base Classes (ABC).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue