diff options
author | C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> | 2023-07-06 05:41:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-06 05:41:04 (GMT) |
commit | 38aa89a52ed5194f70bbf07d699a2dd3720e2efd (patch) | |
tree | f5d41842bab14056000e8d2bf8cf738b4d780760 /Doc/tutorial | |
parent | 13aefd175e3c04529251f175c23cb3ed88451fd0 (diff) | |
download | cpython-38aa89a52ed5194f70bbf07d699a2dd3720e2efd.zip cpython-38aa89a52ed5194f70bbf07d699a2dd3720e2efd.tar.gz cpython-38aa89a52ed5194f70bbf07d699a2dd3720e2efd.tar.bz2 |
Doc: Add missing ref labels to exception groups/notes sections (#106465)
Diffstat (limited to 'Doc/tutorial')
-rw-r--r-- | Doc/tutorial/errors.rst | 2 |
1 files changed, 2 insertions, 0 deletions
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 =============================== |