Merge pull request #1643 from BillyLikesHacking/patch-1

Fixed Simple typo
This commit is contained in:
鹤翔万里 2021-10-12 12:21:06 +08:00 committed by GitHub
commit fde82e09c0
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)