mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Fixing a typo ("termnial" -> "terminal") (#1872)
This commit is contained in:
parent
abe52a61d9
commit
fb50e4eb55
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ InteractiveDevlopment
|
|||
self.play(ShowCreation(square))
|
||||
self.wait()
|
||||
|
||||
# This opens an iPython termnial where you can keep writing
|
||||
# This opens an iPython terminal where you can keep writing
|
||||
# lines as if they were part of this construct method.
|
||||
# In particular, 'square', 'circle' and 'self' will all be
|
||||
# part of the local namespace in that terminal.
|
||||
|
|
|
@ -593,7 +593,7 @@ class InteractiveDevelopment(Scene):
|
|||
self.play(ShowCreation(square))
|
||||
self.wait()
|
||||
|
||||
# This opens an iPython termnial where you can keep writing
|
||||
# This opens an iPython terminal where you can keep writing
|
||||
# lines as if they were part of this construct method.
|
||||
# In particular, 'square', 'circle' and 'self' will all be
|
||||
# part of the local namespace in that terminal.
|
||||
|
|
Loading…
Add table
Reference in a new issue