From 0983fcd0d5bd00c6b0dd3040760226f67aa831cd Mon Sep 17 00:00:00 2001 From: NAKAMURA Osamu Date: Tue, 5 Mar 2019 13:43:43 +0900 Subject: [PATCH] Doc: Use `option` word for command line interface. (GH-12142) For command line option, `option` is better than `parameter`. --- Doc/library/compileall.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/compileall.rst b/Doc/library/compileall.rst index 2d6c52b656b..5e08616e934 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