diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-07-07 13:48:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-07 13:48:17 -0400 |
commit | d55714a22e15226cf0ecdf5276b11125d88aec4d (patch) | |
tree | c08f34073cc3c768a366f1887e89f20778fd7428 /coverage/control.py | |
parent | dade9db58673d4f712ba5c50ed66d1c67a7e1d5d (diff) | |
parent | a9c49fbbd4fe7429936a8cc2cb50ec834c9aeb8b (diff) | |
download | python-coveragepy-git-d55714a22e15226cf0ecdf5276b11125d88aec4d.tar.gz |
Merge pull request #820 from minho42/Fix-typo
Fix typo
Diffstat (limited to 'coverage/control.py')
-rw-r--r-- | coverage/control.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/control.py b/coverage/control.py index 1001a8d6..250bc137 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. |