diff --git a/docs/pages/tools/stitching/example_stitching_notebook.ipynb b/docs/pages/tools/stitching/example_stitching_notebook.ipynb index beb95c2..cc2acd3 100644 --- a/docs/pages/tools/stitching/example_stitching_notebook.ipynb +++ b/docs/pages/tools/stitching/example_stitching_notebook.ipynb @@ -467,7 +467,7 @@ "source": [ "## Multi-threaded Stitching\n", "\n", - "Using the `ParallelStitcher` class stitching can be speed up by using multiple threads. The code to perform stitching remains the same, but `ParallelStitcher` takes an additional argument `threads`, specifying the number of parallel threads to use." + "The `ParallelStitcher` class can speed up stitching by using multiple threads. The code to perform stitching remains the same, but `ParallelStitcher` takes an additional argument `threads`, specifying the number of parallel threads to use." ] }, {