summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-10-03 08:21:27 -0400
committerNed Batchelder <ned@nedbatchelder.com>2010-10-03 08:21:27 -0400
commit00f618fd2a1460a8fbbed9f2e56cef281185f977 (patch)
treeae1a32077f3feeb43236ddb66a8acbdd3efdb305
parent90cff0263c3838897c0a54f86b6df7613121c457 (diff)
downloadpython-coveragepy-git-00f618fd2a1460a8fbbed9f2e56cef281185f977.tar.gz
Whitespace
-rw-r--r--doc/config.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/config.rst b/doc/config.rst
index 3fe772fe..1f4a82e3 100644
--- a/doc/config.rst
+++ b/doc/config.rst
@@ -20,7 +20,7 @@ sub-processes. See :ref:`subprocess` for more details.
The default name for configuration files is ``.coveragerc``, in the same
directory coverage.py is being run in. Most of the settings in the
configuration file are tied to your source code and how it should be
-measured, so it should be stored with your source, and checked into
+measured, so it should be stored with your source, and checked into
source control, rather than put in your home directory.