From bf69f8510c8c75f540b62ba4f0176eb32bd31ebe Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 7 Aug 2012 22:18:25 -0400 Subject: Missing a word. --- doc/cmd.rst | 8 ++++---- 1 file 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 -- cgit v1.2.1