diff options
author | Eisuke Kawashima <e-kwsm@users.noreply.github.com> | 2021-07-08 01:29:38 +0900 |
---|---|---|
committer | Eisuke Kawashima <e-kwsm@users.noreply.github.com> | 2021-07-08 08:16:22 +0900 |
commit | 652ebf1bf56f7e35a3be657244b2f6a863cb78d7 (patch) | |
tree | 4ea34f2d7f58b65cbeac5bf497010eece7bfe23e /sphinx/theming.py | |
parent | b09acabf0010ca95bab6f89012bb0e367cc1248e (diff) | |
download | sphinx-git-652ebf1bf56f7e35a3be657244b2f6a863cb78d7.tar.gz |
Fix typo
Diffstat (limited to 'sphinx/theming.py')
-rw-r--r-- | sphinx/theming.py | 2 |
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: |