Minor repairs per jriegel/jmaustpc (fixes from wandererfan)

This commit is contained in:
wmayer
2013-03-30 13:42:30 +01:00
parent 41da5e95e3
commit c70a39c961
7 changed files with 67 additions and 125 deletions

View File

@@ -1589,7 +1589,7 @@ struct PyMethodDef Part_methods[] = {
"makeLoft(list of wires) -- Create a loft shape."},
{"makeWireString" ,makeWireString ,METH_VARARGS,
"makeWireString(fontdir,fontfile,string,height,[track]) -- Make list of wires in the form of a string's characters."},
"makeWireString(string,fontdir,fontfile,height,[track]) -- Make list of wires in the form of a string's characters."},
{"cast_to_shape" ,cast_to_shape,METH_VARARGS,
"cast_to_shape(shape) -- Cast to the actual shape type"},