Fixed spelling errors in CQ.py.

This commit is contained in:
Jeremy Wright 2015-04-24 15:24:34 -04:00
parent 6a2bc2c98c
commit b119c4fe02

View File

@ -1336,7 +1336,7 @@ class Workplane(CQ):
CadQuery tracks edges as they are drawn, and automatically combines them into wires CadQuery tracks edges as they are drawn, and automatically combines them into wires
when the user does an operation that needs it. 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. when necessary to make a solid.
""" """
self.ctx.pendingWires.append(wire) self.ctx.pendingWires.append(wire)
@ -1349,7 +1349,7 @@ class Workplane(CQ):
if not possible, the wires remain separated if not possible, the wires remain separated
FreeCAD has a bug in Part.Wire([]) which does not create wires/edges properly sometimes 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. also does not work properly. Together these are a real problem.
""" """
wires = self.wires().vals() wires = self.wires().vals()