Fix typos

This commit is contained in:
asiersarasua
2017-04-19 19:17:56 +02:00
committed by wmayer
parent 3824e8e8b8
commit 4564e4f4a4
19 changed files with 26 additions and 26 deletions

View File

@@ -113,7 +113,7 @@ static const PyMethodDef areaOverrides[] = {
"\nThe first shape's wires will be unioned together regardless of the op code given\n"
"(except for 'Compound'). Subsequent shape's wire will be combined using the op code.\n"
"All shape wires shall be coplanar, and are used to determine a working plane for face\n"
"making and offseting. You can call setPlane() to supply a reference shape to determin\n"
"making and offseting. You can call setPlane() to supply a reference shape to determine\n"
"the workplane in case the added shapes are all colinear lines.\n",
},