From 25911fa81fcd4a3b777bacdce324a927f6dec817 2013-08-13 16:28:04 From: Thomas Kluyver Date: 2013-08-13 16:28:04 Subject: [PATCH] Merge pull request #4014 from sixpi/fix_matploltib_typo Fix typo in ipapp --- diff --git a/IPython/terminal/ipapp.py b/IPython/terminal/ipapp.py index 72e5acd..cf0d96e 100755 --- a/IPython/terminal/ipapp.py +++ b/IPython/terminal/ipapp.py @@ -60,7 +60,7 @@ from IPython.utils.traitlets import ( _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