Skip to content

Commit 57e8b0c

Browse files
authored
[3.13] gh-130160: use option instead of cmdoption in dis.rst (GH-130255) (#130264)
(cherry picked from commit 97d0011)
1 parent a273543 commit 57e8b0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: 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)