Skip to content

Commit

Permalink
Update src/ansys/fluent/core/workflow.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kathy Pippert <[email protected]>
  • Loading branch information
prmukherj and PipKat authored Apr 19, 2024
1 parent ff511ad commit 159ffa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/fluent/core/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ def __call__(self):

class _Insert:
def __init__(self, base_task, name):
"""Initialize _Insert."""
"""Initialize an ``_Insert`` instance."""
self._base_task = base_task
self._name = name

Expand Down

0 comments on commit 159ffa4

Please sign in to comment.