diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-10-24 20:21:42 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-24 20:21:42 +0900 |
commit | 5e753d50ac7ccd3b8ad6e9b43c092513edbe33e1 (patch) | |
tree | c98fece1883733a44603bacd97e06cff25dd7397 /sphinx/make_mode.py | |
parent | e139636aa3bee99480d37ca21d1b55f89246fa83 (diff) | |
parent | 43cab26ecee74aac666d5ba7a37da474f3982c7c (diff) | |
download | sphinx-git-5e753d50ac7ccd3b8ad6e9b43c092513edbe33e1.tar.gz |
Merge pull request #3078 from jwilk/spelling
Fix typos
Diffstat (limited to 'sphinx/make_mode.py')
-rw-r--r-- | sphinx/make_mode.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/make_mode.py b/sphinx/make_mode.py index 2289ac79c..28316458e 100644 --- a/sphinx/make_mode.py +++ b/sphinx/make_mode.py @@ -34,7 +34,7 @@ BUILDERS = [ ("", "singlehtml", "to make a single large HTML file"), ("", "pickle", "to make pickle files"), ("", "json", "to make JSON files"), - ("", "htmlhelp", "to make HTML files and a HTML help project"), + ("", "htmlhelp", "to make HTML files and an HTML help project"), ("", "qthelp", "to make HTML files and a qthelp project"), ("", "devhelp", "to make HTML files and a Devhelp project"), ("", "epub", "to make an epub"), |