OpenSCAD/OpenSCAD2Dgeom.py: source comment typo fix

This commit is contained in:
luz.paz
2019-08-07 20:21:12 -04:00
parent d94f8635f4
commit 6d64c2b2c6

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):