gh-101100: Fix Sphinx nitpicks in library/traceback.rst (#113106)

This commit is contained in:
Alex Waygood 2023-12-14 14:10:35 +00:00 committed by GitHub
parent 4b3cb082da
commit d9e1b5794a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 75 additions and 38 deletions

View file

@ -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__