This commit is contained in:
Takeshi KOMIYA 2018-09-14 22:36:07 +09:00
parent c8b6928300
commit c93ede5bc4

View File

@ -364,7 +364,7 @@ class Signature(object):
# python 3.5.2 raises ValueError for partial objects.
self.annotations = {}
else:
logger.warning('Invalid type annotation found on %r. Ingored: %r',
logger.warning('Invalid type annotation found on %r. Ignored: %r',
subject, exc)
self.annotations = {}