File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -119,8 +119,7 @@ Module-Level Functions
119
119
:attr: `~BaseException.__cause__ ` or :attr: `~BaseException.__context__ `
120
120
attributes of the exception) will be
121
121
printed as well, like the interpreter itself does when printing an unhandled
122
- exception. If *show_lines * is ``False ``, source code lines are not included
123
- in the output.
122
+ exception.
124
123
125
124
If *show_lines * is false, source code lines are not included in the output.
126
125
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ traceback
181
181
It is default to ``True ``.
182
182
183
183
The ``recent_first `` argument controls whether the most recent frames are
184
- displayed first or last in the traceback. It affects wheher the exception
184
+ displayed first or last in the traceback. It affects whether the exception
185
185
is displayed at the top or bottom of the traceback. It is default to ``False ``.
186
186
(Contributed by Inada Naoki in :gh: `135751 `)
187
187
You can’t perform that action at this time.
0 commit comments