Skip to content

Commit 00083ed

Browse files
committed
Improved cylinder docstring.
1 parent 71e3e40 commit 00083ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cadquery/cq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3832,7 +3832,7 @@ def cylinder(
38323832
:return: A cylinder object for each point on the stack
38333833
38343834
One cylinder is created for each item on the current stack. If no items are on the stack, one
3835-
cylinder using the current workplane center is created.
3835+
cylinder is created using the current workplane center.
38363836
38373837
If combine is true, the result will be a single object on the stack. If a solid was found
38383838
in the chain, the result is that solid with all cylinders produced fused onto it otherwise,

0 commit comments

Comments
 (0)