mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
commit
63f04f7cec
@ -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 = {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user