Skip to content

Commit 713bc41

Browse files
Typo fix
1 parent bbb876b commit 713bc41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/sketch.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class does not implement history and all modifications happen in-place.
3939
Modes
4040
^^^^^
4141

42-
Every operation from the face API accepts a mode parameter to defines how to combine the created object with existing ones. It can be fused (``mode='a'``), cut (``mode='s'``), intersected (``mode='i'``) or just stored for construction (``mode='c'``). In the last case, it is mandatory to specify a ``tag`` in order to be bale to refer to the object later on. By default faces are fused together. Note the usage of the subtractive and additive modes in the example above. The additional two are demonstrated below.
42+
Every operation from the face API accepts a mode parameter to defines how to combine the created object with existing ones. It can be fused (``mode='a'``), cut (``mode='s'``), intersected (``mode='i'``) or just stored for construction (``mode='c'``). In the last case, it is mandatory to specify a ``tag`` in order to be able to refer to the object later on. By default faces are fused together. Note the usage of the subtractive and additive modes in the example above. The additional two are demonstrated below.
4343

4444
.. cadquery::
4545
:height: 600px

0 commit comments

Comments
 (0)