From 1c38106236a2c75cb2e3bb072e402af218408081 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 11 Feb 2016 06:29:00 -0500 Subject: multiprocessing has been a valid choice for a while --- coverage/control.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'coverage/control.py') diff --git a/coverage/control.py b/coverage/control.py index 0a5ccae..e15b5a4 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. -- cgit v1.2.1