Skip to content

Commit

Permalink
PEP 687: Fix reference to PEP 489 (#2515)
Browse files Browse the repository at this point in the history
As far as I can tell, PEP 484 is a typo and unrelated to this work.
  • Loading branch information
mdboom authored Apr 11, 2022
1 parent 2c4d71f commit eab767b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pep-0687.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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).

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:

Expand Down

0 comments on commit eab767b

Please sign in to comment.