mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
#806 typo in WriteStuff
This commit is contained in:
parent
43098a07e7
commit
b5a75c3250
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ class WarpSquare(Scene):
|
||||||
class WriteStuff(Scene):
|
class WriteStuff(Scene):
|
||||||
def construct(self):
|
def construct(self):
|
||||||
example_text = TextMobject(
|
example_text = TextMobject(
|
||||||
"This is a some text",
|
"This is some text",
|
||||||
tex_to_color_map={"text": YELLOW}
|
tex_to_color_map={"text": YELLOW}
|
||||||
)
|
)
|
||||||
example_tex = TexMobject(
|
example_tex = TexMobject(
|
||||||
|
|
Loading…
Add table
Reference in a new issue