]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-130160: use `option` instead of `cmdoption` in `dis.rst` (GH-130255) (...
authorsobolevn <mail@sobolevn.me>
Tue, 18 Feb 2025 13:55:30 +0000 (16:55 +0300)
committerGitHub <noreply@github.com>
Tue, 18 Feb 2025 13:55:30 +0000 (13:55 +0000)
(cherry picked from commit 97d0011e7ec0c8222de46ce581b8bac3cc7dddda)

Doc/library/dis.rst

index cbf4367622fb6db021e2e8da6392bc2f3bd80e39..1ba87425d60e1ad242b3b168ab9008058e89fc55 100644 (file)
@@ -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.