mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
typo
This commit is contained in:
parent
8c0387e087
commit
b4fe022fc2
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ class Scene(Container):
|
||||||
def setup(self):
|
def setup(self):
|
||||||
"""
|
"""
|
||||||
This is meant to be implement by any scenes which
|
This is meant to be implement by any scenes which
|
||||||
are comonly subclassed, and have some common setup
|
are commonly subclassed, and have some common setup
|
||||||
involved before the construct method is called.
|
involved before the construct method is called.
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Add table
Reference in a new issue