diff --git a/src/ansys/fluent/core/workflow.py b/src/ansys/fluent/core/workflow.py index 3a77dc50e7a..b382a0b0b8d 100644 --- a/src/ansys/fluent/core/workflow.py +++ b/src/ansys/fluent/core/workflow.py @@ -528,7 +528,7 @@ def insert_next_task(self, task_name: str): ValueError If the Python name does not match the next possible task names. """ - # The next line populates the python name map for next possible task + # The next line populates the Python name map for next possible task self._get_next_python_task_names() if task_name not in self.get_next_possible_tasks(): raise ValueError(