diff options
author | Tetsuo Koyama <tkoyama010@gmail.com> | 2020-07-19 00:43:11 +0000 |
---|---|---|
committer | Tetsuo Koyama <tkoyama010@gmail.com> | 2020-07-19 00:43:11 +0000 |
commit | ae7c4cc3b87d270bd9089c8c145f569df2557b29 (patch) | |
tree | c6bf012f15d9eede6369612e424ec30940a80f0b /sphinx/util/compat.py | |
parent | e5d9527b0be3d54cedae022e98c195a93d68be41 (diff) | |
download | sphinx-git-ae7c4cc3b87d270bd9089c8c145f569df2557b29.tar.gz |
fix typo
Diffstat (limited to 'sphinx/util/compat.py')
-rw-r--r-- | sphinx/util/compat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/util/compat.py b/sphinx/util/compat.py index 4923343ae..7c55c4ec7 100644 --- a/sphinx/util/compat.py +++ b/sphinx/util/compat.py @@ -27,7 +27,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. """ |