diff options
| author | Jon Waltman <jonathan.waltman@gmail.com> | 2012-11-03 11:04:32 -0500 |
|---|---|---|
| committer | Jon Waltman <jonathan.waltman@gmail.com> | 2012-11-03 11:04:32 -0500 |
| commit | e962bc0874932d9b7035aa3fa52683421e8be9b0 (patch) | |
| tree | 5e9195bd6e4bd7fb32e9e8ce10a4e83ba3e9d8bd /sphinx/quickstart.py | |
| parent | d80c828be2bb5d1a6c8569043301f8a57c5c1c06 (diff) | |
| download | sphinx-e962bc0874932d9b7035aa3fa52683421e8be9b0.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 3adccdec..38daa36c 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" |
