[Python-checkins] [3.11] Doc: Add missing ref labels to exception groups/notes sections (GH-106465) (#106474)

hugovk webhook-mailer at python.org
Thu Jul 6 02:05:08 EDT 2023


https://github.com/python/cpython/commit/80117dd45059a9dd8f2a2c9149df8f86608f0ca0
commit: 80117dd45059a9dd8f2a2c9149df8f86608f0ca0
branch: 3.11
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: hugovk <hugovk at users.noreply.github.com>
date: 2023-07-06T00:05:04-06:00
summary:

[3.11] Doc: Add missing ref labels to exception groups/notes sections (GH-106465) (#106474)

Co-authored-by: C.A.M. Gerlach <CAM.Gerlach at Gerlach.CAM>

files:
M Doc/library/exceptions.rst
M Doc/tutorial/errors.rst

diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst
index 49ede20070d8a..d54c49fff6b62 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 ca5dc3314c63b..6419ff621f1b3 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
 ===============================
 



More information about the Python-checkins mailing list