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
119119 :attr: `~BaseException.__cause__ ` or :attr: `~BaseException.__context__ `
120120 attributes of the exception) will be
121121 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.
124123
125124 If *show_lines * is false, source code lines are not included in the output.
126125
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ traceback
181181 It is default to ``True ``.
182182
183183 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
185185 is displayed at the top or bottom of the traceback. It is default to ``False ``.
186186 (Contributed by Inada Naoki in :gh: `135751 `)
187187
You can’t perform that action at this time.
0 commit comments