6093: a few more updates
[arvados.git] / doc / user / topics / tutorial-parallel.html.textile.liquid
index 7a430a9471ab8a5b09f74630287ee5d415e52343..6d0058b5e950e8c1b0866158ee815a859fcef4a4 100644 (file)
@@ -4,7 +4,7 @@ navsection: userguide
 title: "Concurrent Crunch tasks"
 ...
 
-In the previous tutorials, we used @arvados.job_setup.one_task_per_input_file()@ to automatically create concurrent jobs by creating a separate task per file.  For some types of jobs, you may need to split the work up differently, for example creating tasks to process different segments of a single large file.  In this this tutorial will demonstrate how to create Crunch tasks directly.
+In the previous tutorials, we used @arvados.job_setup.one_task_per_input_file()@ to automatically create concurrent jobs by creating a separate task per file.  For some types of jobs, you may need to split the work up differently, for example creating tasks to process different segments of a single large file.  This tutorial will demonstrate how to create Crunch tasks directly.
 
 Start by entering the @crunch_scripts@ directory of your Git repository: