From 049844aba83cd8bfcb0f3de5a322d5151e6907f1 Mon Sep 17 00:00:00 2001 From: Timo Furrer Date: Tue, 9 Nov 2021 15:46:20 +0100 Subject: [PATCH] docs: fix typo in source docs (#1275) * Fix typo in source docs * Format lines * Remove trailing whitespace --- doc/source.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source.rst b/doc/source.rst index bab57a723..e54ff9954 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