Skip to content

Commit

Permalink
Update docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
prmukherj committed Apr 19, 2024
1 parent bc99513 commit d328720
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ansys/fluent/core/meshing/meshing_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ class WorkflowMode(Enum):


class LoadWorkflow(Workflow):
"""...."""
"""Provides a specialization of the workflow wrapper for a loaded workflow."""

def __init__(
self,
Expand All @@ -252,7 +252,7 @@ def __init__(
file_path: str,
fluent_version: FluentVersion,
) -> None:
"""Initialize MeshingWorkflow.
"""Initialize LoadWorkflow.
Parameters
----------
Expand All @@ -272,5 +272,5 @@ def __init__(
self._file_path = file_path

def load(self) -> None:
"""Initialize a workflow."""
"""Load a workflow."""
self._load_workflow(file_path=self._file_path)

0 comments on commit d328720

Please sign in to comment.