mirror of
https://github.com/python/cpython.git
synced 2026-06-01 15:20:58 +00:00
[3.13] gh-130160: use option instead of cmdoption in dis.rst (GH-130255) (#130264)
(cherry picked from commit 97d0011e7e)
This commit is contained in:
parent
a273543444
commit
57e8b0cbee
1 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue