[Python-checkins] Doc: Use `option` word for command line interface. (GH-12142)

Benjamin Peterson webhook-mailer at python.org
Mon Mar 4 23:43:57 EST 2019


https://github.com/python/cpython/commit/0983fcd0d5bd00c6b0dd3040760226f67aa831cd
commit: 0983fcd0d5bd00c6b0dd3040760226f67aa831cd
branch: master
author: NAKAMURA Osamu <osamu0329nakamura at users.noreply.github.com>
committer: Benjamin Peterson <benjamin at python.org>
date: 2019-03-04T20:43:43-08:00
summary:

Doc: Use `option` word for command line interface. (GH-12142)

For command line option, `option` is better than `parameter`.

files:
M Doc/library/compileall.rst

diff --git a/Doc/library/compileall.rst b/Doc/library/compileall.rst
index 2d6c52b656bd..5e08616e9347 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



More information about the Python-checkins mailing list