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
commit 63f04f7cec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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