Skip to content

Commit 82fc826

Browse files
committed
typo
1 parent 62968cd commit 82fc826

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ansys/dpf/core/field.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class Field(_FieldBase):
4646
- ``"ElementalNodal"``
4747
4848
field : Field, ansys.grpc.dpf.field_pb2.Field, ctypes.c_void_p, optional
49-
Field message generated from a gRPC stub, or return by DPF's C clients.
49+
Field message generated from a gRPC stub, or returned by DPF's C clients.
5050
server : :class:`ansys.dpf.core.server`, optional
5151
Server with the channel connected to the remote or local instance. The
5252
default is ``None``, in which case an attempt is made to use the global

ansys/dpf/core/property_field.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class PropertyField(_FieldBase):
3232
Location of the property field. Options are ``"Nodal"`` or ``"Elemental"``.
3333
The default is ``"Nodal"``.
3434
property field : Field, ansys.grpc.dpf.field_pb2.Field, ctypes.c_void_p, optional
35-
Field message generated from a gRPC stub, or return by DPF's C clients.
35+
Field message generated from a gRPC stub, or returned by DPF's C clients.
3636
server : server.DPFServer, optional
3737
Server with the channel connected to the remote or local instance. The
3838
default is ``None``, in which case an attempt is made to use the global

ansys/dpf/core/string_field.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class StringField(_FieldBase):
2929
Number of entities that the string field is to contain (reserved). The
3030
default is ``0``.
3131
string_field : Field, ansys.grpc.dpf.field_pb2.Field, ctypes.c_void_p, optional
32-
Field message generated from a gRPC stub, or return by DPF's C clients.
32+
Field message generated from a gRPC stub, or returned by DPF's C clients.
3333
server : server.DPFServer, optional
3434
Server with the channel connected to the remote or local instance. The
3535
default is ``None``, in which case an attempt is made to use the global

0 commit comments

Comments
 (0)