We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03bd698 commit be97a36Copy full SHA for be97a36
graphene/types/interface.py
@@ -68,4 +68,4 @@ def resolve_type(cls, instance, info):
68
return type(instance)
69
70
def __init__(self, *args, **kwargs):
71
- raise Exception("An Interface cannot be intitialized")
+ raise Exception("An Interface cannot be initialized")
0 commit comments