https://github.com/python/cpython/commit/97d0011e7ec0c8222de46ce581b8bac3cc7dddda
commit: 97d0011e7ec0c8222de46ce581b8bac3cc7dddda
branch: main
author: sobolevn <[email protected]>
committer: sobolevn <[email protected]>
date: 2025-02-18T15:54:14+03:00
summary:
gh-130160: use `option` instead of `cmdoption` in `dis.rst` (#130255)
files:
M Doc/library/dis.rst
diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst
index d914acbbc67076..e0e7286214ac11 100644
--- a/Doc/library/dis.rst
+++ b/Doc/library/dis.rst
@@ -97,23 +97,23 @@ 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.
-.. cmdoption:: -P, --show-positions
+.. option:: -P, --show-positions
Show positions of instructions in the source code.
-.. cmdoption:: -S, --specialized
+.. option:: -S, --specialized
Show specialized bytecode.
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]