Fix EventListener typo

This commit is contained in:
Grant Sanderson
2023-01-31 09:08:24 -08:00
parent e7734ca84c
commit f8cfcfbc64
3 changed files with 13 additions and 13 deletions

View File

@ -9,7 +9,7 @@ if TYPE_CHECKING:
from manimlib.mobject.mobject import Mobject
class EventListner(object):
class EventListener(object):
def __init__(
self,
mobject: Mobject,