Skip to content

Commit

Permalink
Models property: Fixing mix-up between models and workspaces (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
romane-m authored Sep 30, 2024
1 parent aecfa3b commit 719ae85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ansys/simai/core/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ def workspaces(self):

@property
def models(self):
"""Representation of all workspaces on the server.
For more information, see :ref:`workspaces`.
"""Representation of all models on the server.
For more information, see :ref:`models`.
"""
return self._model_directory

Expand Down

0 comments on commit 719ae85

Please sign in to comment.