Skip to content

Commit 3bac6c6

Browse files
aeantipovbasnijholt
authored andcommitted
Update tutorial.parallelism.rst
1 parent 01e26ef commit 3bac6c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/tutorial/tutorial.parallelism.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ For example, you create the following file called ``run_learner.py``:
6363

6464
.. code:: python
6565
66-
import mpi4py.futures
66+
from mpi4py.futures import MPIPoolExecutor
6767
6868
learner = adaptive.Learner1D(f, bounds=(-1, 1))
6969

0 commit comments

Comments
 (0)