Skip to content

Commit 3f59327

Browse files
authored
Fix nits
1 parent ad588cf commit 3f59327

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
The class:`traceback.TracebackException` must include the `__context__`, `__cause__` attributes
2-
from falsey Exception, and the `exceptions` attribute from falsey ExceptionGroup' in its render.
1+
The class:`traceback.TracebackException` must include the ``__context__``, ``__cause__`` attributes
2+
from falsey Exception, and the ``exceptions`` attribute from falsey ``ExceptionGroup`` in its render.
33
For remind: ``x`` is falsey if ``len(x)`` returns 0 or ``bool(x)`` returns False.

0 commit comments

Comments
 (0)