From 8ffe82f8a6a4362b4e0ced3c2cfc2982b553f6b1 Mon Sep 17 00:00:00 2001 From: "Andrew S. Rosen" Date: Wed, 28 Jun 2023 20:48:57 -0700 Subject: [PATCH] Fix typo in docs --- docs/tutorials/5-dynamic-flows.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/5-dynamic-flows.ipynb b/docs/tutorials/5-dynamic-flows.ipynb index 16af6cff..b99861ed 100644 --- a/docs/tutorials/5-dynamic-flows.ipynb +++ b/docs/tutorials/5-dynamic-flows.ipynb @@ -145,7 +145,7 @@ "id": "dfeab63a", "metadata": {}, "source": [ - "As sene above, there are several jobs that were run --- certainly more than the two we started with. The first job generates a list of 2's with a random length. The second job in the flow is what launches a job on each entry in the list. It is replaced by one job for each entry, hence it has no direct output. Then each newly generated job is run.\n" + "As seen above, there are several jobs that were run --- certainly more than the two we started with. The first job generates a list of 2's with a random length. The second job in the flow is what launches a job on each entry in the list. It is replaced by one job for each entry, hence it has no direct output. Then each newly generated job is run.\n" ] }, {