summaryrefslogtreecommitdiff
path: root/coverage/control.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-09-25 06:40:09 -0400
committerNed Batchelder <ned@nedbatchelder.com>2014-09-25 06:40:09 -0400
commitbee4695b9dd3ac9aee5d2dc2746a49a37aae0742 (patch)
tree6d062b7fbd51f987fac3f9e7170dbae26da5fd95 /coverage/control.py
parent7b5457967f256696d3b6c936e81436aa60b4b409 (diff)
downloadpython-coveragepy-git-bee4695b9dd3ac9aee5d2dc2746a49a37aae0742.tar.gz
Some error checking and more tests for concurrency control.
Diffstat (limited to 'coverage/control.py')
-rw-r--r--coverage/control.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/coverage/control.py b/coverage/control.py
index 510ced7b..cc1ad36c 100644
--- a/coverage/control.py
+++ b/coverage/control.py
@@ -86,8 +86,8 @@ class Coverage(object):
`concurrency` is a string indicating the concurrency library being used
in the measured code. Without this, coverage.py will get incorrect
- results. Valid strings are "greenlet", "eventlet", or "gevent", which
- are all equivalent. TODO: really?
+ results. Valid strings are "greenlet", "eventlet", "gevent", or
+ "thread" (the default).
`plugins` TODO.