summaryrefslogtreecommitdiff
path: root/sphinx/util/compat.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-07-24 23:49:45 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-07-24 23:49:45 +0900
commit327c1872841bc6a98aa766fc3d7ee921e6d3b658 (patch)
treed3424f7aadc4a3118eb7fb72e245b4fbe8391e58 /sphinx/util/compat.py
parentdc63eaf196d37c70410d37c3d28297fb513f7f6d (diff)
parent5b096c42ff3a907fa7bcce3fa620209da16d40bd (diff)
downloadsphinx-git-327c1872841bc6a98aa766fc3d7ee921e6d3b658.tar.gz
Merge branch '3.x'
Diffstat (limited to 'sphinx/util/compat.py')
-rw-r--r--sphinx/util/compat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/util/compat.py b/sphinx/util/compat.py
index 2c38f668b..6893efaf9 100644
--- a/sphinx/util/compat.py
+++ b/sphinx/util/compat.py
@@ -20,7 +20,7 @@ def register_application_for_autosummary(app: "Sphinx") -> None:
"""Register application object to autosummary module.
Since Sphinx-1.7, documenters and attrgetters are registered into
- applicaiton object. As a result, the arguments of
+ application object. As a result, the arguments of
``get_documenter()`` has been changed. To keep compatibility,
this handler registers application object to the module.
"""