diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2012-08-07 22:18:25 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-08-07 22:18:25 -0400 |
commit | bf69f8510c8c75f540b62ba4f0176eb32bd31ebe (patch) | |
tree | 492bc375a0c08a610adbc3b45ffa4094468bc648 | |
parent | 1728c47a79e17bdbc0889868f466a892881e8c82 (diff) | |
download | python-coveragepy-git-bf69f8510c8c75f540b62ba4f0176eb32bd31ebe.tar.gz |
Missing a word.
-rw-r--r-- | doc/cmd.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst index 4cc2e229..97dc1ad5 100644 --- a/doc/cmd.rst +++ b/doc/cmd.rst @@ -173,10 +173,10 @@ how the different locations correlate with a ``[paths]`` section in your configuration file. See :ref:`config_paths` for details. If you are collecting and renaming your own data files, you'll need to name -properly for **combine** to find them. It looks for files named after the -data file (defaulting to ".coverage", overridable with COVERAGE_FILE), with a -dotted suffix. All such files in the current directory will be combined. Here -are some examples of combinable data files:: +them properly for **combine** to find them. It looks for files named after +the data file (defaulting to ".coverage", overridable with COVERAGE_FILE), with +a dotted suffix. All such files in the current directory will be combined. +Here are some examples of combinable data files:: .coverage.machine1 .coverage.20120807T212300 |