Skip to content

Commit 049844a

Browse files
authored
docs: fix typo in source docs (#1275)
* Fix typo in source docs * Format lines * Remove trailing whitespace
1 parent d58e136 commit 049844a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ the ``[run] source`` configuration value. The value is a comma- or
3030
newline-separated list of directories or importable names (packages or
3131
modules).
3232

33-
If the source option is specified, only code those locations will be measured.
33+
If the source option is specified,
34+
only code in those locations will be measured.
3435
Specifying the source option also enables coverage.py to report on unexecuted
3536
files, since it can search the source tree for files that haven't been measured
3637
at all. Only importable files (ones at the root of the tree, or in directories

0 commit comments

Comments
 (0)