Skip to content

Commit 937e257

Browse files
authored
Fix typo in Union initialization exception
1 parent 4a4123e commit 937e257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene/types/union.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ class Union(six.with_metaclass(UnionMeta)):
4242
resolve_type = None
4343

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

0 commit comments

Comments
 (0)