From 4278a8a51bc150d65dc315250f668738ea12a01b Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sat, 7 May 2022 16:13:26 +0900 Subject: [PATCH] Fix typo --- sphinx/ext/intersphinx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx/ext/intersphinx.py b/sphinx/ext/intersphinx.py index a048331a0..b493a0f02 100644 --- a/sphinx/ext/intersphinx.py +++ b/sphinx/ext/intersphinx.py @@ -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()