Skip to content

Commit 8fcfb02

Browse files
authored
Merge pull request #597 from adam-trhon/master
Fix ellipse documentation formatting
2 parents c0ebeba + 27ec5c9 commit 8fcfb02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cadquery/cq.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2304,6 +2304,7 @@ def ellipse(
23042304
) -> "Workplane":
23052305
"""
23062306
Make an ellipse for each item on the stack.
2307+
23072308
:param x_radius: x radius of the ellipse (x-axis of plane the ellipse should lie in)
23082309
:type x_radius: float > 0
23092310
:param y_radius: y radius of the ellipse (y-axis of plane the ellipse should lie in)

0 commit comments

Comments
 (0)