Skip to content

Commit

Permalink
Avoid the deprecated .. cmdoption:: directive (#1176)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 3, 2023
1 parent 8de1731 commit e6b4ed1
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit e6b4ed1

Please sign in to comment.