Skip to content

Commit

Permalink
misspelled tau
Browse files Browse the repository at this point in the history
  • Loading branch information
martawleklinska committed Jul 17, 2024
1 parent 6d9dff8 commit 53b98c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zkmarek/video/slides/episode3/introduction.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def construct(self):
self.plonk = Text("PLONK", font_size=100, font=PRIMARY_FONT, color=SECONDARY_COLOR)
self.groth = Text("Groth 16", font_size=80, font = PRIMARY_FONT, color = PRIMARY_COLOR)
self.polynomial = MathTex(r"p(x) = x^5+9x^4+6", font_size = 60, color = SECONDARY_COLOR).shift(DOWN)
self.polynomial2 = MathTex(r"p(\tau) = \tau^5+9\tai^4+6", font_size = 60, color = SECONDARY_COLOR).shift(DOWN)
self.polynomial2 = MathTex(r"p(\tau) = \tau^5+9\tau^4+6", font_size = 60, color = SECONDARY_COLOR).shift(DOWN)
def animate_in(self, scene):
self.new_subsection(scene, "intro to tau", "data/sound/episode3/slide1-0.mp3")
scene.play(FadeIn(self.person1, self.person2, self.person3, self.person4))
Expand Down

0 comments on commit 53b98c1

Please sign in to comment.