fix typo in class 'Interface'

This commit is contained in:
Yuseok Jung 2020-02-18 16:41:42 +09:00
parent 03bd6984dd
commit c979eaf3cd

View File

@ -68,4 +68,4 @@ class Interface(BaseType):
return type(instance) return type(instance)
def __init__(self, *args, **kwargs): def __init__(self, *args, **kwargs):
raise Exception("An Interface cannot be intitialized") raise Exception("An Interface cannot be initialized")