summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/exceptions.rst2
-rw-r--r--Doc/tutorial/errors.rst2
2 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst
index 49ede20..d54c49f 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 ca5dc33..6419ff6 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
===============================