Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions documentation/markup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <module>
.. option:: -m <module>

Run a module as a script.

Expand Down