mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-23 01:56:54 +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
|
||||
|
||||
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