Skip to content

Commit dc15aea

Browse files
Fixed spelling mistakes in qc.py (#659)
1 parent 2085054 commit dc15aea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cadquery/cq.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2776,7 +2776,7 @@ def extrude(
27762776
27772777
extrude always *adds* material to a part.
27782778
2779-
The returned object is always a CQ object, and depends on wither combine is True, and
2779+
The returned object is always a CQ object, and depends on whether combine is True, and
27802780
whether a context solid is already defined:
27812781
27822782
* if combine is False, the new value is pushed onto the stack.
@@ -2822,7 +2822,7 @@ def revolve(
28222822
:param boolean clean: call :py:meth:`clean` afterwards to have a clean shape
28232823
:return: a CQ object with the resulting solid selected.
28242824
2825-
The returned object is always a CQ object, and depends on wither combine is True, and
2825+
The returned object is always a CQ object, and depends on whether combine is True, and
28262826
whether a context solid is already defined:
28272827
28282828
* if combine is False, the new value is pushed onto the stack.
@@ -3716,7 +3716,7 @@ def text(
37163716
37173717
extrude always *adds* material to a part.
37183718
3719-
The returned object is always a CQ object, and depends on wither combine is True, and
3719+
The returned object is always a CQ object, and depends on whether combine is True, and
37203720
whether a context solid is already defined:
37213721
37223722
* if combine is False, the new value is pushed onto the stack.

0 commit comments

Comments
 (0)