From b119c4fe027da1069d9ae1fe4ed23d632b0b9fb6 Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Fri, 24 Apr 2015 15:24:34 -0400 Subject: [PATCH] Fixed spelling errors in CQ.py. --- cadquery/CQ.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cadquery/CQ.py b/cadquery/CQ.py index 4854944..0c1678d 100644 --- a/cadquery/CQ.py +++ b/cadquery/CQ.py @@ -1336,7 +1336,7 @@ class Workplane(CQ): CadQuery tracks edges as they are drawn, and automatically combines them into wires when the user does an operation that needs it. - Similarly, cadQuery tracks pending wires, and automaticlaly combines them into faces + Similarly, cadQuery tracks pending wires, and automatically combines them into faces when necessary to make a solid. """ self.ctx.pendingWires.append(wire) @@ -1349,7 +1349,7 @@ class Workplane(CQ): if not possible, the wires remain separated FreeCAD has a bug in Part.Wire([]) which does not create wires/edges properly sometimes - Additionally, it has a bug where a profile compose of two wires ( rather than one ) + Additionally, it has a bug where a profile composed of two wires ( rather than one ) also does not work properly. Together these are a real problem. """ wires = self.wires().vals()