summaryrefslogtreecommitdiff
path: root/sphinx/make_mode.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/make_mode.py')
-rw-r--r--sphinx/make_mode.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/make_mode.py b/sphinx/make_mode.py
index bb9a7d499..77ce7373d 100644
--- a/sphinx/make_mode.py
+++ b/sphinx/make_mode.py
@@ -32,7 +32,7 @@ proj_name = os.getenv('SPHINXPROJ', '<project>')
BUILDERS = [
("", "html", "to make standalone HTML files"),
("", "dirhtml", "to make HTML files named index.html in directories"),
- ("", "singlehtml","to make a single large HTML file"),
+ ("", "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"),
@@ -41,7 +41,7 @@ BUILDERS = [
("", "epub", "to make an epub"),
("", "latex", "to make LaTeX files, you can set PAPER=a4 or PAPER=letter"),
("posix", "latexpdf", "to make LaTeX files and run them through pdflatex"),
- ("posix", "latexpdfja","to make LaTeX files and run them through platex/dvipdfmx"),
+ ("posix", "latexpdfja", "to make LaTeX files and run them through platex/dvipdfmx"),
("", "text", "to make text files"),
("", "man", "to make manual pages"),
("", "texinfo", "to make Texinfo files"),