From bddccfaf0e949bd6e0a141e9cc75e1d228471714 Mon Sep 17 00:00:00 2001 From: Mike Driscoll Date: Thu, 23 Aug 2018 14:05:07 -0500 Subject: [PATCH] Fix minor typo in usage.rst --- docs/source/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/usage.rst b/docs/source/usage.rst index 045f30c3c..99598876a 100644 --- a/docs/source/usage.rst +++ b/docs/source/usage.rst @@ -244,7 +244,7 @@ The following command:: will create a copy of :file:`mynotebook.ipynb` in :file:`mynotebook.v3.ipynb` in version 3 of the notebook format. -If you want to convert a notebook in-place, you can specify the ouptut file +If you want to convert a notebook in-place, you can specify the output file to be the same as the input file:: jupyter nbconvert --to notebook mynb --output mynb