From 065f266cc176c2a249eee053664ea84c0166362a Mon Sep 17 00:00:00 2001 From: zachary62 Date: Sun, 29 Dec 2024 04:25:00 +0000 Subject: [PATCH] fix python --- docs/batch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/batch.md b/docs/batch.md index 7eb5356..e99f12a 100644 --- a/docs/batch.md +++ b/docs/batch.md @@ -50,7 +50,7 @@ flow.run(shared) --- ## 2. BatchFlow -. + A **BatchFlow** runs a **Flow** multiple times, each time with different `params`. Think of it as a loop that replays the Flow for each parameter set.