Doc: Use `option` word for command line interface. (GH-12142)

For command line option, `option` is better than `parameter`.
This commit is contained in:
NAKAMURA Osamu 2019-03-05 13:43:43 +09:00 committed by Benjamin Peterson
parent 6dcb54228e
commit 0983fcd0d5
1 changed files with 1 additions and 1 deletions

View File

@ -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