===Python API===

Fix various typos in Modifier, IpoCurve and Armature docs.
This commit is contained in:
Ken Hughes
2006-08-21 19:11:43 +00:00
parent e5be894a29
commit 18ab4ff62d
3 changed files with 5 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ Example::
Example::
# Apply a lattice to an object and get the deformed object
# Uses an object called 'Cube' and a lattive called ''Lattive
# Uses an object called 'Cube' and a lattice called 'Lattice'
from Blender import *
ob_mesh= Object.Get('Cube')