fix python

This commit is contained in:
zachary62 2024-12-29 04:25:00 +00:00
parent 330e53e62c
commit 065f266cc1
1 changed files with 1 additions and 1 deletions

View File

@ -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.