Skip to content

Commit 688c4ac

Browse files
authored
Fix documentation hole, to many parameter (#1492)
* Fix documentation hole, to many parameter * removed default parameter from doc
1 parent ff83f99 commit 688c4ac

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
@@ -2953,7 +2953,7 @@ def hole(
29532953
.workplane()
29542954
.rect(1.5, 3.5, forConstruction=True)
29552955
.vertices()
2956-
.hole(0.125, 0.25, 82, depth=None)
2956+
.hole(0.125, 82)
29572957
)
29582958
29592959
This sample creates a plate with a set of holes at the corners.

0 commit comments

Comments
 (0)