Skip to content

Commit

Permalink
Update failing docstring
Browse files Browse the repository at this point in the history
Signed-off-by: paul.profizi <paul.profizi@ansys.com>
  • Loading branch information
PProfizi committed Oct 28, 2024
1 parent 8fc3da7 commit 2656933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ansys/dpf/core/operator_specification.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,9 +347,9 @@ def description(self) -> str:
Examples
--------
>>> from ansys.dpf import core as dpf
>>> operator = dpf.operators.math.scale_by_field()
>>> operator = dpf.operators.math.scale()
>>> operator.specification.description
"Scales a field (in 0) by a scalar field (in 1). If one field's ..."
"Scales a field by a constant factor. This factor can be a scalar ..."
"""
if self._internal_obj is not None:
return self._api.operator_specification_get_description(self)
Expand Down

0 comments on commit 2656933

Please sign in to comment.