diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2010-11-05 17:27:33 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-11-05 17:27:33 -0400 |
| commit | 2338142709cf7bc062a2a87ac5c550c6ce46c074 (patch) | |
| tree | 6cfa86ff070f1a71e0634cfd664f862b8ebd506e /doc/subprocess.rst | |
| parent | b804e1dda73237287fd5bdfcc8234261243f7cdf (diff) | |
| download | python-coveragepy-git-2338142709cf7bc062a2a87ac5c550c6ce46c074.tar.gz | |
Trim whitespace
Diffstat (limited to 'doc/subprocess.rst')
| -rw-r--r-- | doc/subprocess.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/subprocess.rst b/doc/subprocess.rst index bcf50445..9e223d8e 100644 --- a/doc/subprocess.rst +++ b/doc/subprocess.rst @@ -28,7 +28,7 @@ Configuring Python for subprocess coverage To measure coverage in subprocesses, you have to do two things: set a value for the ``COVERAGE_PROCESS_START`` environment variable, and then invoke -:func:`coverage.process_startup`. +:func:`coverage.process_startup`. How you set ``COVERAGE_PROCESS_START`` depends on the details of how you create subprocesses. As long as the environment variable is visible in your subprocess, |
