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.
1 parent 4a4123e commit 937e257Copy full SHA for 937e257
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