diff --git a/old_projects/moser_intro.py b/old_projects/moser_intro.py index 32bcf4f5..bf690e82 100644 --- a/old_projects/moser_intro.py +++ b/old_projects/moser_intro.py @@ -27,7 +27,7 @@ def logo_to_circle(): ) big_circle = Circle(density = CIRCLE_DENSITY).scale(RADIUS) sc.add(small_circle) - sc.dither()` + sc.dither() sc.animate(Transform(small_circle, big_circle)) return sc