From 2fbb5ce8338838a58f7cf518ceaa40580d290791 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 13 Mar 2012 06:22:43 +0000 Subject: bmesh py api: more comprehensive intro page, also fix some spelling errors. --- source/blender/python/mathutils/mathutils_Matrix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/python/mathutils') diff --git a/source/blender/python/mathutils/mathutils_Matrix.c b/source/blender/python/mathutils/mathutils_Matrix.c index ea329b17013..1d9bda02311 100644 --- a/source/blender/python/mathutils/mathutils_Matrix.c +++ b/source/blender/python/mathutils/mathutils_Matrix.c @@ -780,7 +780,7 @@ PyDoc_STRVAR(C_Matrix_Shear_doc, " :arg size: The size of the shear matrix to construct [2, 4].\n" " :type size: int\n" " :arg factor: The factor of shear to apply. For a 3 or 4 *size* matrix\n" -" pass a pair of floats corrasponding with the *plane* axis.\n" +" pass a pair of floats corresponding with the *plane* axis.\n" " :type factor: float or float pair\n" " :return: A new shear matrix.\n" " :rtype: :class:`Matrix`\n" -- cgit v1.2.3