mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Update matrix.py
This commit is contained in:
parent
0021880fba
commit
cfd362aa56
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue