diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-12-14 14:17:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-14 14:17:13 (GMT) |
commit | 99c8d16cff4180ab2b6a283984915b70d1263ce2 (patch) | |
tree | 6f6bb0c0ba97af5d4a82cde62992e223c5d338ef /Doc/library/exceptions.rst | |
parent | 3b7b256053659c9e9fe9b28811dd2ad82d486477 (diff) | |
download | cpython-99c8d16cff4180ab2b6a283984915b70d1263ce2.zip cpython-99c8d16cff4180ab2b6a283984915b70d1263ce2.tar.gz cpython-99c8d16cff4180ab2b6a283984915b70d1263ce2.tar.bz2 |
[3.11] gh-101100: Fix Sphinx nitpicks in `library/traceback.rst` (GH-113106) (#113112)
gh-101100: Fix Sphinx nitpicks in `library/traceback.rst` (GH-113106)
(cherry picked from commit d9e1b5794a8fade21773d18f91a07f80b55c839c)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Diffstat (limited to 'Doc/library/exceptions.rst')
-rw-r--r-- | Doc/library/exceptions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst index 6c898ce..cb72be5 100644 --- a/Doc/library/exceptions.rst +++ b/Doc/library/exceptions.rst @@ -44,7 +44,7 @@ Exception context __suppress_context__ (exception attribute) Three attributes on exception objects provide information about the context in -which an the exception was raised: +which the exception was raised: .. attribute:: BaseException.__context__ BaseException.__cause__ |