diff options
author | Jakub Wilk <jwilk@jwilk.net> | 2016-10-22 18:12:34 +0200 |
---|---|---|
committer | Jakub Wilk <jwilk@jwilk.net> | 2016-10-22 18:12:34 +0200 |
commit | 43cab26ecee74aac666d5ba7a37da474f3982c7c (patch) | |
tree | 6cb5583643094dd7bb11a7d3bdf8b21aab265d95 /sphinx/make_mode.py | |
parent | 54dbd3882da0e51f66d26f74b9adafad3ffdde7c (diff) | |
download | sphinx-git-43cab26ecee74aac666d5ba7a37da474f3982c7c.tar.gz |
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 3bc8fa2a0..7ed0c83f2 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"), |