[Python-checkins] gh-95913: Fix PEP number in PEP 678 What's New ref label (#97739)

ezio-melotti webhook-mailer at python.org
Mon Oct 3 00:12:45 EDT 2022


https://github.com/python/cpython/commit/e738b5190bfa63086b5e8169189e9b05302873c8
commit: e738b5190bfa63086b5e8169189e9b05302873c8
branch: main
author: C.A.M. Gerlach <CAM.Gerlach at Gerlach.CAM>
committer: ezio-melotti <ezio.melotti at gmail.com>
date: 2022-10-03T06:12:37+02:00
summary:

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

files:
M Doc/whatsnew/3.11.rst

diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index cb4aa2f47119..19821e1b6029 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
 ----------------------------------------------



More information about the Python-checkins mailing list