Skip to content

Commit 0d615e3

Browse files
committed
Style check
1 parent 1f380a9 commit 0d615e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ansys/dpf/core/custom_type_field.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ def __missing__(self, key):
3939
class CustomTypeField(_FieldBase):
4040
"""Represents a simulation data container with each unitary data being of a custom type.
4141
When initializing the ``CustomTypeField`` class, provide a unitary data type.
42-
The ``CustomTypeField`` class gives you the ability to choose the most optimized unitary data type
43-
for a given usage, and hence, allows you to optimize memory usage.
42+
The ``CustomTypeField`` class gives you the ability to choose the most optimized unitary
43+
data type for a given usage, and hence, allows you to optimize memory usage.
4444
4545
This can be evaluated data from the :class:`Operator <ansys.dpf.core.Operator>` class
4646
or created directly by an instance of this class.

0 commit comments

Comments
 (0)