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:
authorEisuke Kawashima <e-kwsm@users.noreply.github.com>2021-07-07 19:29:38 +0300
committerEisuke Kawashima <e-kwsm@users.noreply.github.com>2021-07-08 02:16:22 +0300
commit652ebf1bf56f7e35a3be657244b2f6a863cb78d7 (patch)
tree4ea34f2d7f58b65cbeac5bf497010eece7bfe23e /sphinx/theming.py
parentb09acabf0010ca95bab6f89012bb0e367cc1248e (diff)
Fix typo
Diffstat (limited to 'sphinx/theming.py')
-rw-r--r--sphinx/theming.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/theming.py b/sphinx/theming.py
index aff381af4..9d82e48f5 100644
--- a/sphinx/theming.py
+++ b/sphinx/theming.py
@@ -175,7 +175,7 @@ class HTMLThemeFactory:
self.themes[name] = theme
def load_extra_theme(self, name: str) -> None:
- """Try to load a theme having specifed name."""
+ """Try to load a theme having specified name."""
if name == 'alabaster':
self.load_alabaster_theme()
else: