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.