From 973727555b6bc0627e4dd1e2d5527381a3095244 2014-05-13 14:07:51 From: Pierre Haessig Date: 2014-05-13 14:07:51 Subject: [PATCH] fix extra typo spotted by @takluyver --- diff --git a/IPython/nbconvert/nbconvertapp.py b/IPython/nbconvert/nbconvertapp.py index 572ae81..a1612ec 100755 --- a/IPython/nbconvert/nbconvertapp.py +++ b/IPython/nbconvert/nbconvertapp.py @@ -108,7 +108,7 @@ class NbConvertApp(BaseIPythonApplication): > ipython nbconvert --to latex mynotebook.ipynb Both HTML and LaTeX support multiple output templates. LaTeX includes - 'base', '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