clean typos words. (#24667)

Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
This commit is contained in:
湛露先生 2025-08-28 15:23:59 +08:00 committed by GitHub
commit 5c01dd97e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View file

@ -166,7 +166,7 @@ class BaseIterationEvent(GraphEngineEvent):
parent_parallel_start_node_id: Optional[str] = None
"""parent parallel start node id if node is in parallel"""
parallel_mode_run_id: Optional[str] = None
"""iteratoin run in parallel mode run id"""
"""iteration run in parallel mode run id"""
class IterationRunStartedEvent(BaseIterationEvent):