From d1e3e5ed208c84af92eba930fbe3e91a9af642a8 Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Mon, 27 May 2019 19:48:14 -0700 Subject: [PATCH] Formatting correction --- manimlib/mobject/functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manimlib/mobject/functions.py b/manimlib/mobject/functions.py index 12ebb118..b081fc41 100644 --- a/manimlib/mobject/functions.py +++ b/manimlib/mobject/functions.py @@ -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": [],