Skip to content

Commit 265192d

Browse files
committed
Removing unnecesary code in tutorial
1 parent 5aca805 commit 265192d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/src/tutorial.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ taskcontroller package to run these learners in parallel::
244244
>>> results = tc.run(learners)
245245
>>> merged_results = results.merge(merged_results)
246246
>>> merged_results.tohtml("example4-result")
247-
>>> merged_result.tohtml("example2-result")
248247

249248
In this example, we import the multiprocess module (line 3), create a
250249
multiprocess task controller with a pool size of two processes (line 7), run

0 commit comments

Comments
 (0)