diff --git a/pep-0013.rst b/pep-0013.rst index 9c8442ea5..f036a9be6 100644 --- a/pep-0013.rst +++ b/pep-0013.rst @@ -333,7 +333,7 @@ History of council elections * January 2019: :pep:`8100` * December 2019: :pep:`8101` * December 2020: :pep:`8102` -* December 2021: :pep:`8104` +* December 2021: :pep:`8103` History of amendments diff --git a/pep-0245.txt b/pep-0245.txt index 367b3f639..38f5b7f86 100644 --- a/pep-0245.txt +++ b/pep-0245.txt @@ -438,7 +438,7 @@ extension to Python's syntax does not change any existing syntax in any backward incompatible way. The new ``from __future__`` Python syntax (:pep:`236`), and the new warning -framework (:pep:`236`) is ideal for resolving this backward +framework (:pep:`230`) is ideal for resolving this backward incompatibility. To use interface syntax now, a developer could use the statement::