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
356765ee76
commit
7162fcdff9
@ -649,7 +649,7 @@ class Sphinx(object):
|
|||||||
def add_autodoc_attrgetter(self, typ, getter):
|
def add_autodoc_attrgetter(self, typ, getter):
|
||||||
# type: (Type, Callable[[Any, unicode, Any], Any]) -> None
|
# type: (Type, Callable[[Any, unicode, Any], Any]) -> None
|
||||||
logger.debug('[app] adding autodoc attrgetter: %r', (typ, getter))
|
logger.debug('[app] adding autodoc attrgetter: %r', (typ, getter))
|
||||||
self.registy.add_autodoc_attrgetter(typ, getter)
|
self.registry.add_autodoc_attrgetter(typ, getter)
|
||||||
|
|
||||||
def add_search_language(self, cls):
|
def add_search_language(self, cls):
|
||||||
# type: (Any) -> None
|
# type: (Any) -> None
|
||||||
|
Loading…
Reference in New Issue
Block a user