mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Formatting correction
This commit is contained in:
parent
828c3dcd7a
commit
d1e3e5ed20
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class ParametricFunction(VMobject):
|
|||
CONFIG = {
|
||||
"t_min": 0,
|
||||
"t_max": 1,
|
||||
"step_size": 0.01, # use "auto" (lwoercase) for automatic step size
|
||||
"step_size": 0.01, # Use "auto" (lowercase) for automatic step size
|
||||
"dt": 1e-8,
|
||||
# TODO, be smarter about figuring these out?
|
||||
"discontinuities": [],
|
||||
|
|
Loading…
Add table
Reference in a new issue