Fixing a typo ("termnial" -> "terminal") (#1872)

This commit is contained in:
Maciej Musielik
2022-10-01 10:07:09 +02:00
committed by GitHub
parent abe52a61d9
commit fb50e4eb55
2 changed files with 2 additions and 2 deletions

View File

@ -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.