summaryrefslogtreecommitdiff
path: root/doc/subprocess.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-11-13 16:02:04 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-11-13 16:02:04 -0500
commit6a6b60426c3b45d91ab9211c50bea8ecc191e59a (patch)
tree81ef873c1c8250579c9ae0177403b757165738c9 /doc/subprocess.rst
parentec48227a1f00cf2b00298d8189f1265daaa447d6 (diff)
downloadpython-coveragepy-git-6a6b60426c3b45d91ab9211c50bea8ecc191e59a.tar.gz
style(docs): make note:: uses uniform
Diffstat (limited to 'doc/subprocess.rst')
-rw-r--r--doc/subprocess.rst2
1 files changed, 2 insertions, 0 deletions
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 <config>` 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
<python:multiprocessing>`, the ``--concurrency=multiprocessing``
command-line option should take care of everything for you. See