Skip to content
Snippets Groups Projects
Commit 2f5c4123 authored by Jacques Guignot's avatar Jacques Guignot
Browse files

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

parent 595be0fe
Branches
No related tags found
No related merge requests found
......@@ -533,7 +533,7 @@ class Matrix:
"""
def inverse():
def invert():
"""
Set the matrix to it's inverse.
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment