Skip to content

Commit a173986

Browse files
fixing duplicate documentation
1 parent 994c526 commit a173986

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ansys/geometry/core/_grpc/_services/v1/conversions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
def from_grpc_backend_type_to_backend_type(
3434
grpc_backend_type: GRPCBackendType,
3535
) -> "BackendType":
36-
"""Convert a gRPC backend type to a backend type.
36+
"""Convert a gRPC v1 backend type to a backend type.
3737
3838
Parameters
3939
----------
@@ -71,7 +71,7 @@ def from_grpc_backend_type_to_backend_type(
7171

7272

7373
def build_grpc_id(id: str) -> EntityIdentifier:
74-
"""Build an EntityIdentifier gRPC message.
74+
"""Build a v1 EntityIdentifier gRPC message.
7575
7676
Parameters
7777
----------

0 commit comments

Comments
 (0)