summaryrefslogtreecommitdiff
path: root/sphinx/theming.py
diff options
context:
space:
mode:
authorEisuke Kawashima <e-kwsm@users.noreply.github.com>2021-07-08 01:29:38 +0900
committerEisuke Kawashima <e-kwsm@users.noreply.github.com>2021-07-08 08:16:22 +0900
commit652ebf1bf56f7e35a3be657244b2f6a863cb78d7 (patch)
tree4ea34f2d7f58b65cbeac5bf497010eece7bfe23e /sphinx/theming.py
parentb09acabf0010ca95bab6f89012bb0e367cc1248e (diff)
downloadsphinx-git-652ebf1bf56f7e35a3be657244b2f6a863cb78d7.tar.gz
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: