Update matrix.py

This commit is contained in:
BillyLikesHacking
2021-10-12 09:04:30 +08:00
committed by GitHub
parent 0021880fba
commit cfd362aa56

View File

@ -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)