@@ -2776,7 +2776,7 @@ def extrude(
2776
2776
2777
2777
extrude always *adds* material to a part.
2778
2778
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
2780
2780
whether a context solid is already defined:
2781
2781
2782
2782
* if combine is False, the new value is pushed onto the stack.
@@ -2822,7 +2822,7 @@ def revolve(
2822
2822
:param boolean clean: call :py:meth:`clean` afterwards to have a clean shape
2823
2823
:return: a CQ object with the resulting solid selected.
2824
2824
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
2826
2826
whether a context solid is already defined:
2827
2827
2828
2828
* if combine is False, the new value is pushed onto the stack.
@@ -3716,7 +3716,7 @@ def text(
3716
3716
3717
3717
extrude always *adds* material to a part.
3718
3718
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
3720
3720
whether a context solid is already defined:
3721
3721
3722
3722
* if combine is False, the new value is pushed onto the stack.
0 commit comments