Doc: Use `option` word for command line interface. (GH-12142)
For command line option, `option` is better than `parameter`.
(cherry picked from commit 0983fcd0d5
)
Co-authored-by: NAKAMURA Osamu <osamu0329nakamura@users.noreply.github.com>
This commit is contained in:
parent
3f1f9f0eee
commit
bf35cc2593
|
@ -105,7 +105,7 @@ compile Python sources.
|
|||
byte-code file ending in ``.pyc``, never ``.pyo``.
|
||||
|
||||
.. versionchanged:: 3.7
|
||||
Added the ``--invalidation-mode`` parameter.
|
||||
Added the ``--invalidation-mode`` option.
|
||||
|
||||
|
||||
There is no command-line option to control the optimization level used by the
|
||||
|
|
Loading…
Reference in New Issue