correct bad comment

This commit is contained in:
2012-12-16 10:28:52 +00:00
parent dd582e0308
commit dc7a138830
2 changed files with 2 additions and 2 deletions

View File

@@ -1537,7 +1537,7 @@ static PyObject *Matrix_transposed(MatrixObject *self)
PyDoc_STRVAR(Matrix_normalize_doc,
".. method:: normalize()\n"
"\n"
" Normalize each of the columns of the matrix (useful for transforming unit length normals).\n"
" Normalize each of the matrix columns.\n"
);
static PyObject *Matrix_normalize(MatrixObject *self)
{