From 9a1373a6a006f4c9b18c19491427e291efe34ecb Mon Sep 17 00:00:00 2001 From: zachary62 Date: Sun, 29 Dec 2024 04:25:10 +0000 Subject: [PATCH] fix python --- docs/batch.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/batch.md b/docs/batch.md index e99f12a..9b01b47 100644 --- a/docs/batch.md +++ b/docs/batch.md @@ -77,6 +77,7 @@ summarize_all_files.run(shared) - It merges the dict with the BatchFlow’s own `params`. - It calls `flow.run(shared)` using the merged result. 3. This means the sub-Flow is run **repeatedly**, once for every param dict. + --- ### Nested or Multi-Level Batches