mirror of
https://github.com/3b1b/manim.git
synced 2025-07-28 20:43:56 +08:00
Update matrix.py
This commit is contained in:

committed by
GitHub

parent
0021880fba
commit
cfd362aa56
@ -68,7 +68,7 @@ class Matrix(VMobject):
|
|||||||
|
|
||||||
def __init__(self, matrix, **kwargs):
|
def __init__(self, matrix, **kwargs):
|
||||||
"""
|
"""
|
||||||
Matrix can either either include numbres, tex_strings,
|
Matrix can either include numbers, tex_strings,
|
||||||
or mobjects
|
or mobjects
|
||||||
"""
|
"""
|
||||||
VMobject.__init__(self, **kwargs)
|
VMobject.__init__(self, **kwargs)
|
||||||
|
Reference in New Issue
Block a user