diff --git a/documentation/markup.rst b/documentation/markup.rst index 0a0d51a63..ade1df3a7 100644 --- a/documentation/markup.rst +++ b/documentation/markup.rst @@ -575,12 +575,12 @@ The directives are: Describes a Python :term:`bytecode` instruction. -.. describe:: cmdoption +.. describe:: option Describes a Python command line option or switch. Option argument names should be enclosed in angle brackets. Example:: - .. cmdoption:: -m + .. option:: -m Run a module as a script.