From 3e13b33dc43daae13de093f52aa93bef91aa12e1 2008-08-12 01:58:27 From: Robert Kern Date: 2008-08-12 01:58:27 Subject: [PATCH] BUG: Fix syntax error. --- diff --git a/IPython/Shell.py b/IPython/Shell.py index 5149cf2..60a340e 100644 --- a/IPython/Shell.py +++ b/IPython/Shell.py @@ -585,7 +585,7 @@ class MatplotlibShellBase: Welcome to pylab, a matplotlib-based Python environment. For more information, type 'help(pylab)'. """ - return user_ns,,user_global_ns,b + return user_ns,user_global_ns,b def mplot_exec(self,fname,*where,**kw): """Execute a matplotlib script.