mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-11 04:07:16 +03:00
fix typo in class 'Interface' (#1135)
This commit is contained in:
parent
03bd6984dd
commit
be97a369f7
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue
Block a user