summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Furrer <tuxtimo@gmail.com>2021-11-09 15:46:20 +0100
committerGitHub <noreply@github.com>2021-11-09 06:46:20 -0800
commit049844aba83cd8bfcb0f3de5a322d5151e6907f1 (patch)
tree81eb0eff530311a7fef5d8ee191c4f384a52c12b
parentd58e136066798d5c613c099e1ee6f77126a84f9e (diff)
downloadpython-coveragepy-git-049844aba83cd8bfcb0f3de5a322d5151e6907f1.tar.gz
docs: fix typo in source docs (#1275)
* Fix typo in source docs * Format lines * Remove trailing whitespace
-rw-r--r--doc/source.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source.rst b/doc/source.rst
index bab57a72..e54ff995 100644
--- a/doc/source.rst
+++ b/doc/source.rst
@@ -30,7 +30,8 @@ the ``[run] source`` configuration value. The value is a comma- or
newline-separated list of directories or importable names (packages or
modules).
-If the source option is specified, only code those locations will be measured.
+If the source option is specified,
+only code in those locations will be measured.
Specifying the source option also enables coverage.py to report on unexecuted
files, since it can search the source tree for files that haven't been measured
at all. Only importable files (ones at the root of the tree, or in directories