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 """