From a65d8801c46860d0bfb05a3aeb34c88b142c9b1b 2010-01-01 00:49:43 From: Fernando Perez Date: 2010-01-01 00:49:43 Subject: [PATCH] Small fix to info message when pylab starts. --- diff --git a/IPython/core/pylabtools.py b/IPython/core/pylabtools.py index e4423af..f56131a 100644 --- a/IPython/core/pylabtools.py +++ b/IPython/core/pylabtools.py @@ -98,8 +98,7 @@ def pylab_activate(user_ns, gui=None, import_all=True): matplotlib.interactive(True) print """ -Welcome to pylab, a matplotlib-based Python environment. -Backend in use: %s +Welcome to pylab, a matplotlib-based Python environment [backend: %s]. For more information, type 'help(pylab)'.""" % backend return gui