Skip to content

Commit c40a6d5

Browse files
Update Lib/traceback.py
Co-authored-by: Guido van Rossum <[email protected]>
1 parent 0902d78 commit c40a6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/traceback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ def __init__(self, exc_type, exc_value, exc_traceback, *, limit=None,
506506
self.__suppress_context__ = \
507507
exc_value.__suppress_context__ if exc_value else False
508508

509-
# Convert __cause__ and __context__ to `TracebackExceptions`s, use a
509+
# Convert __cause__ and __context__ to TracebackExceptions, use a
510510
# queue to avoid recursion
511511
if not _is_chained:
512512
queue = [(self, exc_value)]

0 commit comments

Comments
 (0)