mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Typo fix
This commit is contained in:
parent
de7545e5fa
commit
86fb1d82f5
1 changed files with 1 additions and 1 deletions
|
@ -599,7 +599,7 @@ class Mobject(object):
|
|||
|
||||
result.parents = []
|
||||
result.target = None
|
||||
result.save_state = None
|
||||
result.saved_state = None
|
||||
|
||||
# copy.copy is only a shallow copy, so the internal
|
||||
# data which are numpy arrays or other mobjects still
|
||||
|
|
Loading…
Add table
Reference in a new issue