summaryrefslogtreecommitdiff
path: root/doc/config.rst
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
commit526b47edd81293761f41ecc17140b3442f6a47f8 (patch)
treefb90c1352ca7fd85447669b914392ba7166852af /doc/config.rst
parenta519edab0f24076052bd5601e429972070d7d52f (diff)
downloadpython-coveragepy-526b47edd81293761f41ecc17140b3442f6a47f8.tar.gz
Whitespace
Diffstat (limited to 'doc/config.rst')
-rw-r--r--doc/config.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/config.rst b/doc/config.rst
index 3fe772f..1f4a82e 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.