Add precision to test_parallel docstring

This commit is contained in:
François Boulogne
2016-08-03 08:07:21 +02:00
parent 103a17384c
commit 8930052c3d
+3
View File
@@ -210,6 +210,9 @@ def teardown_test():
def test_parallel(num_threads=2):
"""Decorator to run the same function multiple times in parallel.
This decorator is useful to ensure that separate threads execute
concurrently and correctly while releasing the GIL.
Parameters
----------
num_threads : int, optional