mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-02 20:54:16 +03:00
Merge pull request #357 from ekampf/patch-3
Fix typo in Union initialization exception
This commit is contained in:
commit
50eadde8b2
|
@ -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