Skip to content

Commit 033004c

Browse files
authored
be more explicit
1 parent 961b0a9 commit 033004c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/tutorial/tutorial.parallelism.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ On your laptop/desktop you can run this script like:
9595
export MPI4PY_MAX_WORKERS=15
9696
mpiexec -n 1 python run_learner.py
9797
98-
Or you can pass ``max_workers=15`` programmatically when creating the executor instance.
98+
Or you can pass ``max_workers=15`` programmatically when creating the `MPIPoolExecutor` instance.
9999

100100
Inside the job script using a job queuing system use:
101101

0 commit comments

Comments
 (0)