From c82b1fc2c97db32a9705b0d9588b8427885d9912 Mon Sep 17 00:00:00 2001 From: applemonkey496 <55333787+applemonkey496@users.noreply.github.com> Date: Thu, 14 May 2020 12:42:56 -0700 Subject: [PATCH] Fix "itslef" to "itself" I know this is trivial, but I had to fix it. --- manimlib/animation/transform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manimlib/animation/transform.py b/manimlib/animation/transform.py index ef07090c..fef38184 100644 --- a/manimlib/animation/transform.py +++ b/manimlib/animation/transform.py @@ -152,7 +152,7 @@ class ApplyMethod(Transform): method is a method of Mobject, *args are arguments for that method. Key word arguments should be passed in as the last arg, as a dict, since **kwargs is for - configuration of the transform itslef + configuration of the transform itself Relies on the fact that mobject methods return the mobject """