diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-02 19:05:04 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-02 19:05:04 -0400 |
| commit | afa75d3bd2097d8817afa20f67202b396d0cbc92 (patch) | |
| tree | 7cd09f94c7097526b3ef2c76dd87360c6d696442 /doc/cmd.rst | |
| parent | 2dc976f0e69450c08fca02c3d7bbb909d04ab04a (diff) | |
| download | python-coveragepy-git-afa75d3bd2097d8817afa20f67202b396d0cbc92.tar.gz | |
Tweak the plugin docs
Diffstat (limited to 'doc/cmd.rst')
| -rw-r--r-- | doc/cmd.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst index b1440bb3..a438eb33 100644 --- a/doc/cmd.rst +++ b/doc/cmd.rst @@ -183,7 +183,7 @@ Combining data files -------------------- If you need to collect coverage data from different machines or processes, -coverage.py can combine multiple files into one for reporting. +coverage.py can combine multiple files into one for reporting. Once you have created a number of these files, you can copy them all to a single directory, and use the **combine** command to combine them into one |
