From 6a6b60426c3b45d91ab9211c50bea8ecc191e59a Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 13 Nov 2021 16:02:04 -0500 Subject: style(docs): make note:: uses uniform --- doc/subprocess.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/subprocess.rst') diff --git a/doc/subprocess.rst b/doc/subprocess.rst index c09d45f1..b28cbc91 100644 --- a/doc/subprocess.rst +++ b/doc/subprocess.rst @@ -19,10 +19,12 @@ begins coverage measurement. The environment variable's value will be used as the name of the :ref:`configuration file ` to use. .. note:: + The subprocess only sees options in the configuration file. Options set on the command line will not be used in the subprocesses. .. note:: + If you have subprocesses because you are using :mod:`multiprocessing `, the ``--concurrency=multiprocessing`` command-line option should take care of everything for you. See -- cgit v1.2.1