Update matrix.py

This commit is contained in:
BillyLikesHacking 2021-10-12 09:04:30 +08:00 committed by GitHub
parent 0021880fba
commit cfd362aa56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@ class Matrix(VMobject):
def __init__(self, matrix, **kwargs):
"""
Matrix can either either include numbres, tex_strings,
Matrix can either include numbers, tex_strings,
or mobjects
"""
VMobject.__init__(self, **kwargs)