PEP 560: Fix a typo (#1423)

This commit is contained in:
Mikhail Golubev 2020-06-05 21:16:21 +03:00 committed by GitHub
parent 9f032a34f5
commit f712231777
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 - ``_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``. ``C[int]().__class__ is C``.
- ``_next_in_mro`` speed hack will be not necessary since subscription will - ``_next_in_mro`` speed hack will be not necessary since subscription will