Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2021-09-08 03:15:25 +0300
committerChristian Clauss <cclauss@me.com>2021-09-08 03:15:25 +0300
commit86583c578c807d449e3a9d5ee56b1e7081340629 (patch)
tree4275417d693382f62120d6f07cd9021a1b84252f /sphinx/config.py
parent336605b8e4b14c5da9f4d872fb730dc6894edb77 (diff)
Fix typos discovered by codespell
Diffstat (limited to 'sphinx/config.py')
-rw-r--r--sphinx/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/config.py b/sphinx/config.py
index a025ed665..2ca20cb48 100644
--- a/sphinx/config.py
+++ b/sphinx/config.py
@@ -415,7 +415,7 @@ def check_confval_types(app: "Sphinx", config: Config) -> None:
if hasattr(default, '__call__'):
default = default(config) # evaluate default value
if default is None and not annotations:
- continue # neither inferrable nor expliclitly annotated types
+ continue # neither inferable nor expliclitly annotated types
if annotations is Any:
# any type of value is accepted