Skip to content

Commit

Permalink
Fix typo in Splitters.rst (ganga-devs#2022)
Browse files Browse the repository at this point in the history
  • Loading branch information
Devanshu24 authored and NickHastings committed Sep 13, 2022
1 parent 41b94c1 commit 8eb0959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/UserGuide/Splitters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ See the section :doc:`PostProcessors` for how we can merge the output into a sin
ArgSplitter
-----------

For a job that is using an `Executable` application, it is very common that you want to run it multiple times with a different set of arguments (like a random number seed). The `ArgSplitter` can do exactly that. For each of the subjobs created, it will replace the arguments fot he job with one from the array of array of arguments provided to the splitter. So
For a job that is using an `Executable` application, it is very common that you want to run it multiple times with a different set of arguments (like a random number seed). The `ArgSplitter` can do exactly that. For each of the subjobs created, it will replace the arguments for the job with one from the array of array of arguments provided to the splitter. So

.. code-block:: python
Expand Down

0 comments on commit 8eb0959

Please sign in to comment.