Skip to content

Commit 2085054

Browse files
committed
Fix Edge.makeEllipse HTML docs
1 parent e4ed881 commit 2085054

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cadquery/occ_impl/shapes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1357,7 +1357,8 @@ def makeEllipse(
13571357
sense: Literal[-1, 1] = 1,
13581358
) -> "Edge":
13591359
"""
1360-
Makes an Ellipse centered at the provided point, having normal in the provided direction
1360+
Makes an Ellipse centered at the provided point, having normal in the provided direction.
1361+
13611362
:param cls:
13621363
:param x_radius: x radius of the ellipse (along the x-axis of plane the ellipse should lie in)
13631364
:param y_radius: y radius of the ellipse (along the y-axis of plane the ellipse should lie in)

0 commit comments

Comments
 (0)