PartDesign: typos

This commit is contained in:
luzpaz
2017-12-24 11:37:44 -05:00
committed by wmayer
parent 5973d8d67e
commit 0bafb04924
10 changed files with 14 additions and 14 deletions

View File

@@ -95,7 +95,7 @@ def compute():
y=db/2*(math.sin(math.radians(t))-math.radians(t)*math.cos(math.radians(t)))
involute.append(Part.Vertex(x,y,0).Point)
#************ Drawing rigth sides of teeth
#************ Drawing right sides of teeth
involutesav.extend(involute)
involutee.extend(involute)