Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Guignot <guignot@wanadoo.fr>2003-07-10 04:28:03 +0400
committerJacques Guignot <guignot@wanadoo.fr>2003-07-10 04:28:03 +0400
commitfaff7037780130c76566eaf8b089e21a8fee1ae0 (patch)
tree6ca432443a511ed208b40a366aac71e7657c0cfc
parent2ef1ee21e4178255afb7123b29e650008532cea6 (diff)
removed a wrong parameter name
-rw-r--r--source/blender/python/api2_2x/doc/Ipo.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/python/api2_2x/doc/Ipo.py b/source/blender/python/api2_2x/doc/Ipo.py
index 4c31ebea39c..661e829be57 100644
--- a/source/blender/python/api2_2x/doc/Ipo.py
+++ b/source/blender/python/api2_2x/doc/Ipo.py
@@ -45,7 +45,7 @@ class Ipo:
The Ipo object
==============
This object gives access to generic data from all objects in Blender.
- This object has no attributes.
+ This object has no attribute.
"""
def getName():
@@ -125,7 +125,7 @@ class Ipo:
@type pointpos: int
@param pointpos: the position of the point in the curve.
@type newbeztriple: list of 9 floats
- @param pointpos: the new value for the point
+ @param newbeztriple: the new value for the point
@rtype: PyNone
@return: PyNone
"""