mirror of
https://github.com/3b1b/manim.git
synced 2026-01-09 22:48:03 -05:00
Fixing a typo ("termnial" -> "terminal") (#1872)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user