Skip to content

Commit

Permalink
fix typo in class 'Interface' (#1135)
Browse files Browse the repository at this point in the history
  • Loading branch information
JMmmmuu committed Feb 18, 2020
1 parent 03bd698 commit be97a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphene/types/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ def resolve_type(cls, instance, info):
return type(instance)

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

0 comments on commit be97a36

Please sign in to comment.