OpenSCAD/OpenSCAD2Dgeom.py: source comment typo fix

This commit is contained in:
luz.paz
2019-08-07 20:21:12 -04:00
parent 1889890701
commit a9a2abdaa4

View File

@@ -413,7 +413,7 @@ def superWireReverse(debuglist,closed=False):
'''superWireReverse(debuglist,[closed]): forces a wire between edges
that don't necessarily have coincident endpoints. If closed=True, wire
will always be closed. debuglist has a tuple for every edge.The first
entry is the edge, the second is the flag 'does not nedd to be inverted'
entry is the edge, the second is the flag 'does not need to be inverted'
'''
#taken from draftlibs
def median(v1,v2):