summaryrefslogtreecommitdiff
path: root/coverage/control.py
diff options
context:
space:
mode:
authorMin ho Kim <minho42@gmail.com>2019-07-08 00:55:15 +1000
committerMin ho Kim <minho42@gmail.com>2019-07-08 00:55:15 +1000
commit48f996ff8dcccfefe0922fafc070b36f980c231e (patch)
tree20630cce176c814b27d2c51ecacce85f1adbda86 /coverage/control.py
parent2c4c254a32e27c24b7714d541bd41eef97c375b5 (diff)
downloadpython-coveragepy-git-48f996ff8dcccfefe0922fafc070b36f980c231e.tar.gz
Fix typo
Diffstat (limited to 'coverage/control.py')
-rw-r--r--coverage/control.py2
1 files changed, 1 insertions, 1 deletions
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.