From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 5 Mar 2019 04:49:47 +0000 (-0800) Subject: Doc: Use `option` word for command line interface. (GH-12142) X-Git-Tag: v3.7.3rc1~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf35cc2593562c24df172ce2da30303af9ad6d92;p=thirdparty%2FPython%2Fcpython.git Doc: Use `option` word for command line interface. (GH-12142) For command line option, `option` is better than `parameter`. (cherry picked from commit 0983fcd0d5bd00c6b0dd3040760226f67aa831cd) Co-authored-by: NAKAMURA Osamu --- diff --git a/Doc/library/compileall.rst b/Doc/library/compileall.rst index 5151f3a5237a..258de28e3b6e 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