]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] Doc: Add missing ref labels to exception groups/notes sections (GH-106465...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 6 Jul 2023 06:05:04 +0000 (23:05 -0700)
committerGitHub <noreply@github.com>
Thu, 6 Jul 2023 06:05:04 +0000 (00:05 -0600)
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Doc/library/exceptions.rst
Doc/tutorial/errors.rst

index 49ede20070d8af03257568b92bfffa6edd9876eb..d54c49fff6b62a2f68da85743f62b6a9ff579a00 100644 (file)
@@ -871,6 +871,8 @@ The following exceptions are used as warning categories; see the
    .. versionadded:: 3.2
 
 
+.. _lib-exception-groups:
+
 Exception groups
 ----------------
 
index ca5dc3314c63b6c1499418b6f28b8f8cdd59e45f..6419ff621f1b3199d7f7c7ca68236167ab5cb307 100644 (file)
@@ -578,6 +578,8 @@ the following pattern::
    ...
 
 
+.. _tut-exception-notes:
+
 Enriching Exceptions with Notes
 ===============================