diff options
author | Jonathan Waltman <jonathan.waltman@gmail.com> | 2012-11-03 11:04:32 -0500 |
---|---|---|
committer | Jonathan Waltman <jonathan.waltman@gmail.com> | 2012-11-03 11:04:32 -0500 |
commit | 55b28b01984b51c0f25d8f4d6272afbd6aa28527 (patch) | |
tree | 5e9195bd6e4bd7fb32e9e8ce10a4e83ba3e9d8bd /sphinx/quickstart.py | |
parent | e1209ecd903c7e588008921920209f4cb414294f (diff) | |
download | sphinx-git-55b28b01984b51c0f25d8f4d6272afbd6aa28527.tar.gz |
Fix whitespace / line length issues reported by "make test"
Diffstat (limited to 'sphinx/quickstart.py')
-rw-r--r-- | sphinx/quickstart.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/quickstart.py b/sphinx/quickstart.py index 3adccdecf..38daa36c8 100644 --- a/sphinx/quickstart.py +++ b/sphinx/quickstart.py @@ -401,7 +401,7 @@ help: \t@echo " epub to make an epub" \t@echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter" \t@echo " latexpdf to make LaTeX files and run them through pdflatex" -\t@echo " latexpdfja to make LaTeX files and run them through platex and dvipdfmx" +\t@echo " latexpdfja to make LaTeX files and run them through platex/dvipdfmx" \t@echo " text to make text files" \t@echo " man to make manual pages" \t@echo " texinfo to make Texinfo files" |