mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 22:57:44 +00:00
Remove stray backtick: `
This commit is contained in:
parent
3c2f6a1402
commit
211d3c689b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue