From 8902e3d57dfaf5eb0b2bffcda2e632a61c38043b Mon Sep 17 00:00:00 2001 From: Prithwish Mukherjee <109645853+prmukherj@users.noreply.github.com> Date: Fri, 19 Apr 2024 10:23:38 +0530 Subject: [PATCH] Update src/ansys/fluent/core/workflow.py Co-authored-by: Kathy Pippert <84872299+PipKat@users.noreply.github.com> --- src/ansys/fluent/core/workflow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(