PEP 687: Fix reference to PEP 489 (#2515)

As far as I can tell, PEP 484 is a typo and unrelated to this work.
This commit is contained in:
Michael Droettboom 2022-04-11 14:51:02 -04:00 committed by GitHub
parent 2c4d71f791
commit eab767b2b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ The body of :pep:`630` will be converted to a HOWTO in the Python
documentation, and that PEP will be retired (marked Final). documentation, and that PEP will be retired (marked Final).
All extension modules in the standard library will be converted to multi-phase All extension modules in the standard library will be converted to multi-phase
initialization introduced in :pep:`484`. initialization introduced in :pep:`489`.
All stdlib extension modules will be *isolated*. That is: All stdlib extension modules will be *isolated*. That is: