Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
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
change style
  • Loading branch information
picnixz committed Aug 20, 2024
commit a0dce9cd8e7d50f7fd13e0ebe81a82dfe8be80ba
2 changes: 1 addition & 1 deletion Doc/library/dis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ interpreter.
option and the ``show_offsets`` argument were added.

.. versionchanged:: 3.14
Add the :option:`-K <dis --show-positions>` command-line option
Added the :option:`-K <dis --show-positions>` command-line option
Comment thread
picnixz marked this conversation as resolved.
Outdated
and the ``show_positions`` argument.

Example: Given the function :func:`!myfunc`::
Expand Down