Fix typo in doc. CurNurb.setType() was getType() which hid the

real getType() definition and made getType() into the setter.   All that
confusion from a single character!
This commit is contained in:
Stephen Swaney
2006-04-13 01:41:42 +00:00
parent 371008fe1e
commit 619d313f01

View File

@@ -558,7 +558,7 @@ class CurNurb:
@return: 0 - Poly, 1 - Bezier, 4 - NURBS
"""
def getType( value ):
def setType( value ):
"""
Set the type of the curve and converts the curve to its new type if needed
@type value: integer