PEP 560: Fix a typo (#1423)
This commit is contained in:
parent
9f032a34f5
commit
f712231777
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue