Skip to content

Commit

Permalink
Merge pull request ipython#187 from rjw57/trivial-typo-fix
Browse files Browse the repository at this point in the history
nbconvert.py: fix trivial typo in usage message
  • Loading branch information
Carreau committed Jun 24, 2013
2 parents ed8bbf0 + 4d9d0a4 commit 1bef247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbconvert.py
Expand Up @@ -81,7 +81,7 @@ class NbConvertApp(Application):

flags['no-write'] = (
{'NbConvertApp' : {'write' : True}},
"""Do not write to disk, eauivalent to --write=False
"""Do not write to disk, equivalent to --write=False
"""
)

Expand Down

0 comments on commit 1bef247

Please sign in to comment.