source typo fixes pt3 (only on py3 merged code)

This commit is contained in:
Kunda
2017-02-28 14:32:33 -05:00
parent 6c720ced84
commit a78e8ffd95
32 changed files with 40 additions and 40 deletions

View File

@@ -161,7 +161,7 @@ def saveShape(csg,filename,shape,name,hasplacement = True,cleanshape=False):
sh=shape.copy()
sh.Placement=FreeCAD.Placement()
# it not yet tested if changing the placement recreated the
# tesselation. but for now we simply do the cleaing once agian
# tesselation. but for now we simply do the cleaing once again
# to stay on the safe side
if cleanshape:
shape = shape.cleaned()