mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Fix "itslef" to "itself"
I know this is trivial, but I had to fix it.
This commit is contained in:
parent
ca0b7a6b06
commit
c82b1fc2c9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue