diff --git a/source/blender/python/api2_2x/doc/Object.py b/source/blender/python/api2_2x/doc/Object.py index 644b1a50a84..183a44639c2 100644 --- a/source/blender/python/api2_2x/doc/Object.py +++ b/source/blender/python/api2_2x/doc/Object.py @@ -59,8 +59,8 @@ Example:: Values can be ORed together. - LOCX, LOCY, LOCZ: lock x, y or z location individually - ROTX, ROTY, ROTZ: lock x, y or z rotation individually - - SIZEX, SIZEY, SIZEZ: lock x, y or z size individually - - LOC, ROT, SIZE: lock all 3 attributes for location, rotation or size + - SCALEX, SCALEY, SCALEZ: lock x, y or z scale individually + - LOC, ROT, SCALE: lock all 3 attributes for location, rotation or scale @type PITypes: readonly dictionary @var PITypes: Constant dict used for with L{Object.piType} attribute.