Skip to content

Commit

Permalink
Merge pull request #4014 from sixpi/fix_matploltib_typo
Browse files Browse the repository at this point in the history
Fix typo in ipapp
  • Loading branch information
takluyver committed Aug 13, 2013
2 parents e3f3ccf + b586135 commit 25911fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPython/terminal/ipapp.py
Expand Up @@ -60,7 +60,7 @@

_examples = """
ipython --matplotlib # enable matplotlib integration
ipython --matploltib=qt # enable matplotlib integration with qt4 backend
ipython --matplotlib=qt # enable matplotlib integration with qt4 backend
ipython --log-level=DEBUG # set logging to DEBUG
ipython --profile=foo # start with profile foo
Expand Down

0 comments on commit 25911fa

Please sign in to comment.