Fix "itslef" to "itself"

I know this is trivial, but I had to fix it.
This commit is contained in:
applemonkey496 2020-05-14 12:42:56 -07:00 committed by GitHub
parent ca0b7a6b06
commit c82b1fc2c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -152,7 +152,7 @@ class ApplyMethod(Transform):
method is a method of Mobject, *args are arguments for method is a method of Mobject, *args are arguments for
that method. Key word arguments should be passed in that method. Key word arguments should be passed in
as the last arg, as a dict, since **kwargs is for 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 Relies on the fact that mobject methods return the mobject
""" """