summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coverage/control.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/coverage/control.py b/coverage/control.py
index 0a5ccae6..e15b5a40 100644
--- a/coverage/control.py
+++ b/coverage/control.py
@@ -110,8 +110,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", "gevent", or
- "thread" (the default).
+ results. Valid strings are "greenlet", "eventlet", "gevent",
+ "multiprocessing", or "thread" (the default).
.. versionadded:: 4.0
The `concurrency` parameter.