Skip to content

Commit

Permalink
Merge pull request #863 from driscollis/patch-1
Browse files Browse the repository at this point in the history
Fix minor typo in usage.rst
  • Loading branch information
blink1073 authored Aug 29, 2018
2 parents 1a7b848 + bddccfa commit cf56067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf56067

Please sign in to comment.