removed a wrong parameter name

This commit is contained in:
2003-07-10 00:28:03 +00:00
parent 2ef1ee21e4
commit faff703778

View File

@@ -45,7 +45,7 @@ class Ipo:
The Ipo object The Ipo object
============== ==============
This object gives access to generic data from all objects in Blender. This object gives access to generic data from all objects in Blender.
This object has no attributes. This object has no attribute.
""" """
def getName(): def getName():
@@ -125,7 +125,7 @@ class Ipo:
@type pointpos: int @type pointpos: int
@param pointpos: the position of the point in the curve. @param pointpos: the position of the point in the curve.
@type newbeztriple: list of 9 floats @type newbeztriple: list of 9 floats
@param pointpos: the new value for the point @param newbeztriple: the new value for the point
@rtype: PyNone @rtype: PyNone
@return: PyNone @return: PyNone
""" """