Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 97d0011

Browse filesBrowse files
authored
gh-130160: use option instead of cmdoption in dis.rst (#130255)
1 parent 8cd7f8b commit 97d0011
Copy full SHA for 97d0011

File tree

1 file changed

+5
-5
lines changed
Filter options

1 file changed

+5
-5
lines changed

‎Doc/library/dis.rst

Copy file name to clipboardExpand all lines: Doc/library/dis.rst
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,23 +97,23 @@ The following options are accepted:
9797

9898
.. program:: dis
9999

100-
.. cmdoption:: -h, --help
100+
.. option:: -h, --help
101101

102102
Display usage and exit.
103103

104-
.. cmdoption:: -C, --show-caches
104+
.. option:: -C, --show-caches
105105

106106
Show inline caches.
107107

108-
.. cmdoption:: -O, --show-offsets
108+
.. option:: -O, --show-offsets
109109

110110
Show offsets of instructions.
111111

112-
.. cmdoption:: -P, --show-positions
112+
.. option:: -P, --show-positions
113113

114114
Show positions of instructions in the source code.
115115

116-
.. cmdoption:: -S, --specialized
116+
.. option:: -S, --specialized
117117

118118
Show specialized bytecode.
119119

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.