+ fix doc string of Part.makeLoft

This commit is contained in:
wmayer 2015-02-25 21:36:40 +01:00
parent ed80eb6c35
commit f69b38dcde

View File

@ -1790,7 +1790,7 @@ struct PyMethodDef Part_methods[] = {
"makeSweepSurface(edge(path),edge(profile),[float]) -- Create a profile along a path."},
{"makeLoft" ,makeLoft,METH_VARARGS,
"makeLoft(list of wires) -- Create a loft shape."},
"makeLoft(list of wires,[solid=False,ruled=False,closed=False]) -- Create a loft shape."},
{"makeWireString" ,makeWireString ,METH_VARARGS,
"makeWireString(string,fontdir,fontfile,height,[track]) -- Make list of wires in the form of a string's characters."},