diff options
author | C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> | 2022-10-03 04:12:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-03 04:12:37 (GMT) |
commit | e738b5190bfa63086b5e8169189e9b05302873c8 (patch) | |
tree | 41dd2f9d7f46a0ba4eb4bd82e7bb9364229fe28a /Doc/whatsnew/3.11.rst | |
parent | bd00112a99af44c6ef82ee45b4072ec3bbc82fef (diff) | |
download | cpython-e738b5190bfa63086b5e8169189e9b05302873c8.zip cpython-e738b5190bfa63086b5e8169189e9b05302873c8.tar.gz cpython-e738b5190bfa63086b5e8169189e9b05302873c8.tar.bz2 |
gh-95913: Fix PEP number in PEP 678 What's New ref label (#97739)
What's New: Fix PEP number in PEP 678 ref target label
Diffstat (limited to 'Doc/whatsnew/3.11.rst')
-rw-r--r-- | Doc/whatsnew/3.11.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index cb4aa2f..19821e1 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -191,7 +191,7 @@ See :pep:`654` for more details. Irit Katriel, Yury Selivanov and Guido van Rossum.) -.. _whatsnew311-pep670: +.. _whatsnew311-pep678: PEP 678: Exceptions can be enriched with notes ---------------------------------------------- |