fix typo in class 'Interface' (#1135)

This commit is contained in:
정유석 2020-02-18 17:53:48 +09:00 committed by GitHub
parent 03bd6984dd
commit be97a369f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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