Skip to content

Commit 27ec5c9

Browse files
committed
Fix ellipse documentation formatting
An empty line is missing after ellipse short summary, causing the whole text to be inserted to API Reference (http://cadquery.readthedocs.io/en/latest/apireference.html)
1 parent 53a76d4 commit 27ec5c9

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)