From eb4c6776326bbfe00d734185e08898b4d0deecbc Mon Sep 17 00:00:00 2001 From: sobolevn Date: Tue, 18 Feb 2025 14:19:21 +0300 Subject: [PATCH] gh-130160: use `option` instead of `cmdoption` in `dis.rst` --- Doc/library/dis.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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.