mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-11 04:07:16 +03:00
Fix typo in Union initialization exception
This commit is contained in:
parent
4a4123e660
commit
937e257d60
|
@ -42,4 +42,4 @@ class Union(six.with_metaclass(UnionMeta)):
|
||||||
resolve_type = None
|
resolve_type = None
|
||||||
|
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
raise Exception("An Union cannot be intitialized")
|
raise Exception("A Union cannot be intitialized")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user