summaryrefslogtreecommitdiffstats
path: root/Doc/library/exceptions.rst
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-12-14 14:17:13 (GMT)
committerGitHub <noreply@github.com>2023-12-14 14:17:13 (GMT)
commit99c8d16cff4180ab2b6a283984915b70d1263ce2 (patch)
tree6f6bb0c0ba97af5d4a82cde62992e223c5d338ef /Doc/library/exceptions.rst
parent3b7b256053659c9e9fe9b28811dd2ad82d486477 (diff)
downloadcpython-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.rst2
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__