diff --git a/docs/gallery/howto/autogen/parallel.py b/docs/gallery/howto/autogen/parallel.py index 62544118..3ae68b3c 100644 --- a/docs/gallery/howto/autogen/parallel.py +++ b/docs/gallery/howto/autogen/parallel.py @@ -277,4 +277,4 @@ def parallel_add(nb_iterations): # --------------- # Now you learned how to run tasks in parallel you might want to know how to # aggregate the results of all these parallel tasks (e.g. taking the mean of -# all computed values). For this you can further read `how to aggregate outputs `_` +# all computed values). For this you can further read `how to aggregate outputs `_