PEP 699: Make the spelling consistent (#2911)

This commit is contained in:
Ken Jin 2022-12-04 14:52:15 +08:00 committed by GitHub
parent 94287a9288
commit 1a87312fb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ guard for optimizations.
Since CPython 3.11, this field has become unused by internal optimization
efforts. :pep:`659`-specialized instructions use other methods of verifying
that certain optimisations are safe.
that certain optimizations are safe.
To enable further optimizations in CPython, this PEP proposes that the
``ma_version_tag`` field no longer conform to the :pep:`509` specification.