mirror of
https://github.com/3b1b/manim.git
synced 2026-04-26 03:00:23 -04:00
#806 typo in WriteStuff
This commit is contained in:
@@ -98,7 +98,7 @@ class WarpSquare(Scene):
|
||||
class WriteStuff(Scene):
|
||||
def construct(self):
|
||||
example_text = TextMobject(
|
||||
"This is a some text",
|
||||
"This is some text",
|
||||
tex_to_color_map={"text": YELLOW}
|
||||
)
|
||||
example_tex = TexMobject(
|
||||
|
||||
Reference in New Issue
Block a user