From 286966cca4092a36e17265c5747be08c753b74cf Mon Sep 17 00:00:00 2001 From: Alexander Goscinski Date: Thu, 19 Sep 2024 17:16:24 +0200 Subject: [PATCH] Update docs/gallery/howto/autogen/parallel.py --- docs/gallery/howto/autogen/parallel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `_