]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Doc: Use `option` word for command line interface. (GH-12142)
authorNAKAMURA Osamu <osamu0329nakamura@users.noreply.github.com>
Tue, 5 Mar 2019 04:43:43 +0000 (13:43 +0900)
committerBenjamin Peterson <benjamin@python.org>
Tue, 5 Mar 2019 04:43:43 +0000 (20:43 -0800)
For command line option, `option` is better than `parameter`.

Doc/library/compileall.rst

index 2d6c52b656bd7a67b741d5a21f589ea7682e48ab..5e08616e9347b0cb24ba7242e74288da12353521 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