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

View File

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