Fix typo in Union initialization exception

This commit is contained in:
Eran Kampf 2016-11-08 13:42:59 -08:00 committed by GitHub
parent 4a4123e660
commit 937e257d60

View File

@ -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")