diff --git a/docs/source/getting_started/example_scenes.rst b/docs/source/getting_started/example_scenes.rst index 7df94b64..e51621c5 100644 --- a/docs/source/getting_started/example_scenes.rst +++ b/docs/source/getting_started/example_scenes.rst @@ -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. diff --git a/example_scenes.py b/example_scenes.py index a871915f..d297ca33 100644 --- a/example_scenes.py +++ b/example_scenes.py @@ -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.