Merge pull request #5430 from tk0miya/fix_typo

Fix typo
This commit is contained in:
Takeshi KOMIYA
2018-09-15 22:15:58 +09:00
committed by GitHub

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 = {}