errorin mathutils docs, rowSize not rowsize same with colSize

This commit is contained in:
Campbell Barton 2006-08-26 16:01:25 +00:00
parent 66bc55e8a6
commit 683d0c579d

@ -726,8 +726,8 @@ class Matrix:
The Matrix Object
=================
This object gives access to Matrices in Blender.
@ivar rowsize: The row size of the matrix.
@ivar colsize: The column size of the matrix.
@ivar rowSize: The row size of the matrix.
@ivar colSize: The column size of the matrix.
@ivar wrapped: Whether or not this object wrapps internal data
@note: Math can be performed on Matrix classes
- mat + mat