From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 6 Jul 2023 06:05:04 +0000 (-0700) Subject: [3.11] Doc: Add missing ref labels to exception groups/notes sections (GH-106465... X-Git-Tag: v3.11.5~223 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=80117dd45059a9dd8f2a2c9149df8f86608f0ca0;p=thirdparty%2FPython%2Fcpython.git [3.11] Doc: Add missing ref labels to exception groups/notes sections (GH-106465) (#106474) Co-authored-by: C.A.M. Gerlach --- diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst index 49ede20070d8..d54c49fff6b6 100644 --- a/Doc/library/exceptions.rst +++ b/Doc/library/exceptions.rst @@ -871,6 +871,8 @@ The following exceptions are used as warning categories; see the .. versionadded:: 3.2 +.. _lib-exception-groups: + Exception groups ---------------- diff --git a/Doc/tutorial/errors.rst b/Doc/tutorial/errors.rst index ca5dc3314c63..6419ff621f1b 100644 --- a/Doc/tutorial/errors.rst +++ b/Doc/tutorial/errors.rst @@ -578,6 +578,8 @@ the following pattern:: ... +.. _tut-exception-notes: + Enriching Exceptions with Notes ===============================