We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3ea75c commit e8cc270Copy full SHA for e8cc270
src/ansys/dpf/core/operator_specification.py
@@ -298,7 +298,7 @@ def description(self) -> str:
298
>>> from ansys.dpf import core as dpf
299
>>> operator = dpf.operators.math.scale_by_field()
300
>>> operator.specification.description
301
- "Scales a field (in 0) by a scalar field (in 1). If one field's ... the entire other field."
+ "Scales a field (in 0) by a scalar field (in 1). If one field's ..."
302
"""
303
if self._internal_obj is not None:
304
return self._api.operator_specification_get_description(self)
0 commit comments