Skip to content

Commit be97a36

Browse files
authored
fix typo in class 'Interface' (#1135)
1 parent 03bd698 commit be97a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene/types/interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ def resolve_type(cls, instance, info):
6868
return type(instance)
6969

7070
def __init__(self, *args, **kwargs):
71-
raise Exception("An Interface cannot be intitialized")
71+
raise Exception("An Interface cannot be initialized")

0 commit comments

Comments
 (0)