fixed a typo in Mathutil.Matrix (inverse --> invert)

This commit is contained in:
2004-07-28 09:00:46 +00:00
parent 595be0fed5
commit 2f5c4123d6

View File

@@ -533,7 +533,7 @@ class Matrix:
"""
def inverse():
def invert():
"""
Set the matrix to it's inverse.
"""