Skip to content

Commit

Permalink
Update docs/gallery/howto/autogen/parallel.py
Browse files Browse the repository at this point in the history
  • Loading branch information
agoscinski authored Sep 19, 2024
1 parent f18e337 commit 286966c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gallery/howto/autogen/parallel.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <aggregate.html>`_`
# all computed values). For this you can further read `how to aggregate outputs <aggregate.html>`_

0 comments on commit 286966c

Please sign in to comment.