Merge pull request #1069 from applemonkey496/patch-1

Fix "itslef" to "itself"
This commit is contained in:
Devin Neal 2020-05-20 20:21:10 -07:00 committed by GitHub
commit 00ff47855e
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
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
"""