Skip to content

Commit 73ac5db

Browse files
Update src/ansys/geometry/core/designer/component.py
Co-authored-by: Jonah Boling <[email protected]>
1 parent d40890b commit 73ac5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/geometry/core/designer/component.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ def sweep_with_guide(self, sweep_data: list[SweepWithGuideData]) -> list[Body]:
746746
747747
Parameters
748748
----------
749-
sweep_data: SweepWithGuideData
749+
sweep_data: list[SweepWithGuideData]
750750
Data for the sweep operation, including the sketch, path, and guide curve.
751751
752752
Returns

0 commit comments

Comments
 (0)