Docs: Avoid the deprecated `.. cmdoption::` directive (#110292)

This commit is contained in:
Adam Turner 2023-10-03 18:38:12 +01:00 committed by GitHub
parent d67edcf0b3
commit 77e9aae383
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 243 additions and 243 deletions

View file

@ -139,13 +139,13 @@ not be compiled.
.. program:: python -m py_compile
.. cmdoption:: <file> ... <fileN>
-
.. option:: <file> ... <fileN>
-
Positional arguments are files to compile. If ``-`` is the only
parameter, the list of files is taken from standard input.
.. cmdoption:: -q, --quiet
.. option:: -q, --quiet
Suppress errors output.