diff --git a/src/agents/flow.py b/src/agents/flow.py index b6174b82..99065a69 100644 --- a/src/agents/flow.py +++ b/src/agents/flow.py @@ -3,7 +3,7 @@ class Block(object): def __init__(self, des): ''' des format: ::::::::: - : precess or decision or terminal + : process or decision or terminal : ::::::::... Example: Step 1:::decision:::Check whether every models in the generated to-do list is in the provided models:::Yes::step 5::No::step 3 '''