From 4232a6924811e5be928902e1abe769abcdd7e2d8 2011-07-15 21:34:20 From: Fernando Perez Date: 2011-07-15 21:34:20 Subject: [PATCH] Update docstring --- diff --git a/IPython/scripts/ipython b/IPython/scripts/ipython index 20095a8..b435148 100755 --- a/IPython/scripts/ipython +++ b/IPython/scripts/ipython @@ -1,9 +1,6 @@ #!/usr/bin/env python """Terminal-based IPython entry point. - -Note: this is identical to IPython/frontend/terminal/scripts/ipython for now. -Once 0.11 is closer to release, we will likely need to reorganize the script -entry points.""" +""" from IPython.frontend.terminal.ipapp import launch_new_instance