diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2014-11-29 11:06:41 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-11-29 11:06:41 -0500 |
| commit | ad339d46c23f561d771d839ac2c32dc59a6c2254 (patch) | |
| tree | 367ffa6e6cc4039f819a26c6e3f217367c0ace14 /doc/cmd.rst | |
| parent | 494fd347a542ab94112350da49bc91b8b1076578 (diff) | |
| download | python-coveragepy-git-ad339d46c23f561d771d839ac2c32dc59a6c2254.tar.gz | |
Fix spelling errors in the 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 a4657c45..543df629 100644 --- a/doc/cmd.rst +++ b/doc/cmd.rst @@ -210,7 +210,7 @@ If you are collecting and renaming your own data files, you'll need to name 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:: +Here are some examples of data files that can be combined:: .coverage.machine1 .coverage.20120807T212300 |
