Skip to content

Commit

Permalink
gh-130160: use option instead of cmdoption in dis.rst (#130255)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored Feb 18, 2025
1 parent 8cd7f8b commit 97d0011
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Doc/library/dis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,23 +97,23 @@ The following options are accepted:

.. program:: dis

.. cmdoption:: -h, --help
.. option:: -h, --help

Display usage and exit.

.. cmdoption:: -C, --show-caches
.. option:: -C, --show-caches

Show inline caches.

.. cmdoption:: -O, --show-offsets
.. option:: -O, --show-offsets

Show offsets of instructions.

.. cmdoption:: -P, --show-positions
.. option:: -P, --show-positions

Show positions of instructions in the source code.

.. cmdoption:: -S, --specialized
.. option:: -S, --specialized

Show specialized bytecode.

Expand Down

0 comments on commit 97d0011

Please sign in to comment.