From aa62abd5ff33926f44fe4ec9e985ed3d72ea1f9d Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 28 Nov 2022 05:45:33 -0500 Subject: style: fix spelling un-executed, white space, time stamp. --- doc/source.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source.rst') diff --git a/doc/source.rst b/doc/source.rst index 64ebd132..41f6fc93 100644 --- a/doc/source.rst +++ b/doc/source.rst @@ -32,7 +32,7 @@ modules). 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 +un-executed 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 with a ``__init__.py`` file) will be considered. Files with unusual punctuation in their names will be skipped (they are assumed to be -- cgit v1.2.1