mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix typo
This commit is contained in:
parent
c8b6928300
commit
c93ede5bc4
@ -364,7 +364,7 @@ class Signature(object):
|
|||||||
# python 3.5.2 raises ValueError for partial objects.
|
# python 3.5.2 raises ValueError for partial objects.
|
||||||
self.annotations = {}
|
self.annotations = {}
|
||||||
else:
|
else:
|
||||||
logger.warning('Invalid type annotation found on %r. Ingored: %r',
|
logger.warning('Invalid type annotation found on %r. Ignored: %r',
|
||||||
subject, exc)
|
subject, exc)
|
||||||
self.annotations = {}
|
self.annotations = {}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user