From 48f996ff8dcccfefe0922fafc070b36f980c231e Mon Sep 17 00:00:00 2001 From: Min ho Kim Date: Mon, 8 Jul 2019 00:55:15 +1000 Subject: Fix typo --- coverage/control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/control.py') diff --git a/coverage/control.py b/coverage/control.py index a4e21295..823169d1 100644 --- a/coverage/control.py +++ b/coverage/control.py @@ -131,7 +131,7 @@ class Coverage(object): This can also be a list of these strings. If `check_preimported` is true, then when coverage is started, the - aleady-imported files will be checked to see if they should be measured + already-imported files will be checked to see if they should be measured by coverage. Importing measured files before coverage is started can mean that code is missed. -- cgit v1.2.1