From b586135d385f34435e406b6c3139ed7a00187a7b 2013-08-13 16:17:44 From: Bing Xia Date: 2013-08-13 16:17:44 Subject: [PATCH] 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