diff options
Diffstat (limited to 'taskflow/patterns/graph_flow.py')
| -rw-r--r-- | taskflow/patterns/graph_flow.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/taskflow/patterns/graph_flow.py b/taskflow/patterns/graph_flow.py index e3d9d9b..8296a6d 100644 --- a/taskflow/patterns/graph_flow.py +++ b/taskflow/patterns/graph_flow.py @@ -90,7 +90,7 @@ class Flow(flow.Flow): execute (or whether the execution of ``v`` should be ignored, and therefore not executed). It is expected to take as single keyword argument ``history`` which - will be the execution results of all ``u`` decideable + will be the execution results of all ``u`` decidable links that have ``v`` as a target. It is expected to return a single boolean (``True`` to allow ``v`` execution or ``False`` to not). |
