Skip to content

Commit 50eadde

Browse files
authored
Merge pull request #357 from ekampf/patch-3
Fix typo in Union initialization exception
2 parents 4a4123e + 937e257 commit 50eadde

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)