diff --git a/mlem/core/hooks.py b/mlem/core/hooks.py index 769cbcf8..c43af595 100644 --- a/mlem/core/hooks.py +++ b/mlem/core/hooks.py @@ -67,7 +67,7 @@ def __init_subclass__(cls, *args, **kwargs): ) else: logger.debug( - "Not registerting %s to any Analyzer because it's an abstract class", + "Not registering %s to any Analyzer because it's an abstract class", cls.__name__, ) super(Hook, cls).__init_subclass__(*args, **kwargs)