mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 11:03:03 +08: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