Skip to content

Commit 6a90fd6

Browse files
fix docstrings
1 parent ab348f0 commit 6a90fd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1698,7 +1698,7 @@ def move_imprint_edges(
16981698
distance : Distance
16991699
The distance to move the edges.
17001700
1701-
Results
1701+
Returns
17021702
-------
17031703
bool
17041704
Returns True if the edges were moved successfully, False otherwise.
@@ -1732,7 +1732,7 @@ def offset_edges(self, edges: list["Edge"], offset: Distance | Quantity | Real)
17321732
offset : Distance
17331733
The distance to offset the edges.
17341734
1735-
Results
1735+
Returns
17361736
-------
17371737
bool
17381738
Returns True if the edges were offset successfully, False otherwise.

0 commit comments

Comments
 (0)