From: sobolevn Date: Tue, 18 Feb 2025 13:55:30 +0000 (+0300) Subject: [3.13] gh-130160: use `option` instead of `cmdoption` in `dis.rst` (GH-130255) (... X-Git-Tag: v3.13.3~255 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=57e8b0cbee16054e38d8470b923f2d074ebd02e7;p=thirdparty%2FPython%2Fcpython.git [3.13] gh-130160: use `option` instead of `cmdoption` in `dis.rst` (GH-130255) (#130264) (cherry picked from commit 97d0011e7ec0c8222de46ce581b8bac3cc7dddda) --- diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index cbf4367622fb..1ba87425d60e 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.