diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2010-10-03 08:21:27 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-10-03 08:21:27 -0400 |
commit | 00f618fd2a1460a8fbbed9f2e56cef281185f977 (patch) | |
tree | ae1a32077f3feeb43236ddb66a8acbdd3efdb305 | |
parent | 90cff0263c3838897c0a54f86b6df7613121c457 (diff) | |
download | python-coveragepy-git-00f618fd2a1460a8fbbed9f2e56cef281185f977.tar.gz |
Whitespace
-rw-r--r-- | doc/config.rst | 2 |
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. |