Skip to content

Commit

Permalink
Update src/ansys/fluent/core/session_base_meshing.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 Mar 28, 2024
1 parent cf03daf commit 6a04157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/fluent/core/session_base_meshing.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def fault_tolerant_workflow(self):

@property
def two_dimensional_meshing_workflow(self):
"""Datamodel root of workflow exposed in object-oriented manner."""
"""Data model root of the workflow exposed in an object-oriented manner."""
if not self._2dm_workflow:
self._2dm_workflow = WorkflowMode.TWO_DIMENSIONAL_MESHING_MODE.value(
self._workflow_se,
Expand Down

0 comments on commit 6a04157

Please sign in to comment.