Skip to content

Commit

Permalink
Fix typo in Union initialization exception
Browse files Browse the repository at this point in the history
  • Loading branch information
ekampf authored Nov 8, 2016
1 parent 4a4123e commit 937e257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphene/types/union.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ class Union(six.with_metaclass(UnionMeta)):
resolve_type = None

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

0 comments on commit 937e257

Please sign in to comment.