correct doc error for Curve.getControlPoint()

This commit is contained in:
Stephen Swaney 2004-10-04 04:35:52 +00:00
parent 010200f9b5
commit 086ab43712

@ -231,8 +231,8 @@ class Curve:
@type numpoint: int @type numpoint: int
@rtype: list of floats @rtype: list of floats
@return: depends upon the curve's type. @return: depends upon the curve's type.
- type Bezier : a list of three coordinates - type Bezier : a list of nine floats. Values are x, y, z for handle-1, vertex and handle-2
- type Nurb : a list of nine coordinates. - type Nurb : a list of 4 floats. Values are x, y, z, w.
""" """
def setControlPoint( numcurve, numpoint, controlpoint): def setControlPoint( numcurve, numpoint, controlpoint):