PEP 558: fix typo & tweak wording in deferral note (#3051)

This commit is contained in:
Nick Coghlan 2023-03-11 17:59:21 +10:00 committed by GitHub
parent 900f32e8e1
commit 673c0999c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -21,9 +21,9 @@ viable as an implementation of the PEP as written.
This situation came about for two main reasons:
* first, several keys parts of the original implementation were invalidated when
* first, several key parts of the original implementation were invalidated when
the semantic improvements arising from the development of :pep:`667` resulted in
the PEP as written diverging from what had previously been implemented
the proposal in the PEP diverging from what had previously been implemented
* second, several remaining practical aspects of the original implementation were
invalidated by the frame management changes that formed part of the significant
performance improvements published in the CPython 3.11 release, so the development