Commit: 08a95913f3f089311a9e8a2b3f5c59d1618fc6b9 Author: Campbell Barton Date: Mon Feb 2 03:29:17 2015 +1100 Branches: temp-mathutils-doc https://developer.blender.org/rB08a95913f3f089311a9e8a2b3f5c59d1618fc6b9
minor edit to last commit =================================================================== M source/blender/python/mathutils/mathutils.c =================================================================== diff --git a/source/blender/python/mathutils/mathutils.c b/source/blender/python/mathutils/mathutils.c index 0cfd1fe..6b8fa05 100644 --- a/source/blender/python/mathutils/mathutils.c +++ b/source/blender/python/mathutils/mathutils.c @@ -43,7 +43,7 @@ PyDoc_STRVAR(M_Mathutils_doc, "\n" ".. note::\n" "\n" -" Classes, methods and functions that accept Vector args also accept other numeric sequences,\n" +" Classes, methods and attributes that accept Vector types also accept other numeric sequences,\n" " such as tuples, lists." ); static int mathutils_array_parse_fast(float *array, _______________________________________________ Bf-blender-cvs mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-blender-cvs
