We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a4123e + 937e257 commit 50eaddeCopy full SHA for 50eadde
graphene/types/union.py
@@ -42,4 +42,4 @@ class Union(six.with_metaclass(UnionMeta)):
42
resolve_type = None
43
44
def __init__(self, *args, **kwargs):
45
- raise Exception("An Union cannot be intitialized")
+ raise Exception("A Union cannot be intitialized")
0 commit comments