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 c37f6a3 commit 39d25c8Copy full SHA for 39d25c8
src/ansys/dpf/core/operator_specification.py
@@ -349,7 +349,7 @@ def description(self) -> str:
349
>>> from ansys.dpf import core as dpf
350
>>> operator = dpf.operators.math.scale()
351
>>> operator.specification.description
352
- 'Scales a field by a constant factor. This factor can be a scalar ...'
+ 'Scales a field by a constant factor...'
353
"""
354
if self._internal_obj is not None:
355
return self._api.operator_specification_get_description(self)
0 commit comments