Skip to content

Commit

Permalink
Backport PR #5842: fix typo in nbconvert help
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed May 16, 2014
1 parent 93aa50a commit eac2a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPython/nbconvert/nbconvertapp.py
Expand Up @@ -119,7 +119,7 @@ def _classes_default(self):
> ipython nbconvert --to latex mynotebook.ipynb
Both HTML and LaTeX support multiple output templates. LaTeX includes
'basic', 'book', and 'article'. HTML includes 'basic' and 'full'. You
'base', 'article' and 'report'. HTML includes 'basic' and 'full'. You
can specify the flavor of the format used.
> ipython nbconvert --to html --template basic mynotebook.ipynb
Expand Down

0 comments on commit eac2a23

Please sign in to comment.