From 357b47c599b8dd4833605d86146c930dfcaf405f Mon Sep 17 00:00:00 2001 From: sobolevn Date: Tue, 18 Feb 2025 15:54:14 +0300 Subject: [PATCH] [3.13] gh-130160: use `option` instead of `cmdoption` in `dis.rst` (GH-130255) (cherry picked from commit 97d0011e7ec0c8222de46ce581b8bac3cc7dddda) Co-authored-by: sobolevn --- Doc/library/dis.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index cbf4367622fb6d..1ba87425d60e1a 100644 --- a/Doc/library/dis.rst +++ b/Doc/library/dis.rst @@ -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.