Merge pull request #10426 from tk0miya/fix_typo

Fix typo
This commit is contained in:
Takeshi KOMIYA
2022-05-07 20:03:29 +09:00
committed by GitHub

View File

@@ -595,7 +595,7 @@ class IntersphinxRoleResolver(ReferencesResolver):
def install_dispatcher(app: Sphinx, docname: str, source: List[str]) -> None:
"""Enable IntersphinxDispatcher.
.. note:: The installed dispatcher will uninstalled on disabling sphinx_domain
.. note:: The installed dispatcher will be uninstalled on disabling sphinx_domain
automatically.
"""
dispatcher = IntersphinxDispatcher()