Skip to content

Commit 3b686d7

Browse files
committed
Update the doctest
1 parent 64a0f74 commit 3b686d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/dpf/core/workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ def required_plugins(self) -> list[str]:
10501050
>>> op2 = dpf.Operator("U") # from 'core' plugin
10511051
>>> wf.add_operators([op1, op2])
10521052
>>> wf.required_plugins()
1053-
['documentation', 'core']
1053+
['core', 'documentation']
10541054
"""
10551055
num = self._api.work_flow_number_of_operators(self)
10561056
out = []

0 commit comments

Comments
 (0)