diff --git a/pep-0560.rst b/pep-0560.rst index fe6ee4954..425fcca68 100644 --- a/pep-0560.rst +++ b/pep-0560.rst @@ -74,7 +74,7 @@ Hacks and bugs that will be removed by this proposal ---------------------------------------------------- - ``_generic_new`` hack that exists because ``__init__`` is not called on - instances with a type differing form the type whose ``__new__`` was called, + instances with a type differing from the type whose ``__new__`` was called, ``C[int]().__class__ is C``. - ``_next_in_mro`` speed hack will be not necessary since subscription will