Skip to content

Commit 63ce51e

Browse files
docfix
1 parent 7e3bd01 commit 63ce51e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/ansys/geometry/core/_grpc/_services/_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def repair_tools(self) -> GRPCRepairToolsService:
216216
Returns
217217
-------
218218
RepairToolsServiceBase
219-
The prepare tools service for the specified version.
219+
The repair tools service for the specified version.
220220
"""
221221
if not self._repair_tools:
222222
from .v0.repair_tools import GRPCRepairToolsServiceV0

src/ansys/geometry/core/_grpc/_services/base/repair_tools.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@
3434
class GRPCRepairToolsService(ABC):
3535
"""Abstract base class for gRPC-based repair tools service.
3636
37-
This class defines a set of abstract methods that must be implemented
38-
by any concrete subclass. These methods are used to identify and repair
39-
various geometry issues in a CAD model.
37+
Defines abstract methods for identifying and repairing geometry issues in a model.
4038
"""
4139

4240
def __init__(self, channel: grpc.Channel):

0 commit comments

Comments
 (0)