From: sobolevn Date: Tue, 18 Feb 2025 14:18:30 +0000 (+0300) Subject: [3.12] gh-130160: use `option` instead of `cmdoption` in `dis.rst` (GH-130255) (... X-Git-Tag: v3.12.10~200 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0931693f95b218bbc93db2e84f619e5081b14cba;p=thirdparty%2FPython%2Fcpython.git [3.12] gh-130160: use `option` instead of `cmdoption` in `dis.rst` (GH-130255) (#130265) --- diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index f9f82d25b874..dae11bcb278d 100644 --- a/Doc/library/dis.rst +++ b/Doc/library/dis.rst @@ -86,7 +86,7 @@ The following options are accepted: .. program:: dis -.. cmdoption:: -h, --help +.. option:: -h, --help Display usage and exit.