Skip to content

Commit

Permalink
[3.13] gh-130160: use option instead of cmdoption in dis.rst (G…
Browse files Browse the repository at this point in the history
…H-130255) (#130264)

(cherry picked from commit 97d0011)
  • Loading branch information
sobolevn authored Feb 18, 2025
1 parent a273543 commit 57e8b0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Doc/library/dis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,15 @@ 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.

Expand Down

0 comments on commit 57e8b0c

Please sign in to comment.