Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update doc
  • Loading branch information
iritkatriel authored Jun 5, 2023
commit 0d038891e2f716e7f3d96d41445fcaefe18a6665
2 changes: 1 addition & 1 deletion Doc/library/traceback.rst
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ capture data for later printing in a lightweight fashion.
The message indicating which exception occurred is always the last
string in the output.

.. method:: format_exception_only(show_group=False)
.. method:: format_exception_only(*, show_group=False)

Format the exception part of the traceback.

Expand Down