remove lsh in OpeningManimExample

This commit is contained in:
TonyCrane
2021-06-19 20:13:41 +08:00
parent 663c57ba74
commit 892df54c9f

View File

@ -15,7 +15,7 @@ class OpeningManimExample(Scene):
The original motivation for manim was to
better illustrate mathematical functions
as transformations.
""", lsh=1.5)
""")
intro_words.to_edge(UP)
self.play(Write(intro_words))