diff options
author | NAKAMURA Osamu <osamu0329nakamura@users.noreply.github.com> | 2019-03-05 04:43:43 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2019-03-05 04:43:43 (GMT) |
commit | 0983fcd0d5bd00c6b0dd3040760226f67aa831cd (patch) | |
tree | d78996be89b1245ce5708194877212d1d1ae6860 /Doc | |
parent | 6dcb54228e7520abd058897440c26e323f62afcd (diff) | |
download | cpython-0983fcd0d5bd00c6b0dd3040760226f67aa831cd.zip cpython-0983fcd0d5bd00c6b0dd3040760226f67aa831cd.tar.gz cpython-0983fcd0d5bd00c6b0dd3040760226f67aa831cd.tar.bz2 |
Doc: Use `option` word for command line interface. (GH-12142)
For command line option, `option` is better than `parameter`.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/compileall.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/compileall.rst b/Doc/library/compileall.rst index 2d6c52b..5e08616 100644 --- a/Doc/library/compileall.rst +++ b/Doc/library/compileall.rst @@ -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 |