Skip to content

Commit c6073ca

Browse files
committed
fix example
1 parent 630355e commit c6073ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/dpf/core/cyclic_support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ def cs(self) -> field.Field:
315315
>>> multi_stage = examples.download_multi_stage_cyclic_result()
316316
>>> cyc_support = Model(multi_stage).metadata.result_info.cyclic_support
317317
>>> cs = cyc_support.cs()
318-
[12]
318+
319319
"""
320320

321321
cs = self._api.cyclic_support_get_cs(self)

0 commit comments

Comments
 (0)