From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 3 Oct 2022 04:21:46 +0000 (-0700) Subject: gh-95913: Fix PEP number in PEP 678 What's New ref label (GH-97739) X-Git-Tag: v3.11.1~403 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3db036888c4c6a963659ab2708158c4e1ec41adb;p=thirdparty%2FPython%2Fcpython.git gh-95913: Fix PEP number in PEP 678 What's New ref label (GH-97739) What's New: Fix PEP number in PEP 678 ref target label (cherry picked from commit e738b5190bfa63086b5e8169189e9b05302873c8) Co-authored-by: C.A.M. Gerlach --- diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 51df73736475..60e2d794e6c1 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 ----------------------------------------------