]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Doc: Use `option` word for command line interface. (GH-12142)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 5 Mar 2019 04:49:47 +0000 (20:49 -0800)
committerGitHub <noreply@github.com>
Tue, 5 Mar 2019 04:49:47 +0000 (20:49 -0800)
For command line option, `option` is better than `parameter`.
(cherry picked from commit 0983fcd0d5bd00c6b0dd3040760226f67aa831cd)

Co-authored-by: NAKAMURA Osamu <osamu0329nakamura@users.noreply.github.com>
Doc/library/compileall.rst

index 5151f3a5237ae6c1dc5f50e137e7fb00cb612219..258de28e3b6eeb2c09b257cbf348edc1e6079050 100644 (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