Skip to content

Commit 357b47c

Browse files
committed
[3.13] pythongh-130160: use option instead of cmdoption in dis.rst (pythonGH-130255)
(cherry picked from commit 97d0011) Co-authored-by: sobolevn <[email protected]>
1 parent a273543 commit 357b47c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/dis.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@ The following options are accepted:
9191

9292
.. program:: dis
9393

94-
.. cmdoption:: -h, --help
94+
.. option:: -h, --help
9595

9696
Display usage and exit.
9797

98-
.. cmdoption:: -C, --show-caches
98+
.. option:: -C, --show-caches
9999

100100
Show inline caches.
101101

102-
.. cmdoption:: -O, --show-offsets
102+
.. option:: -O, --show-offsets
103103

104104
Show offsets of instructions.
105105

0 commit comments

Comments
 (0)