mirror of https://github.com/python/cpython
Doc: Use `option` word for command line interface. (GH-12142)
For command line option, `option` is better than `parameter`.
This commit is contained in:
parent
6dcb54228e
commit
0983fcd0d5
|
@ -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