##// END OF EJS Templates
Update docstring
Fernando Perez -
Show More
@@ -1,10 +1,7 b''
1 #!/usr/bin/env python
1 #!/usr/bin/env python
2 """Terminal-based IPython entry point.
2 """Terminal-based IPython entry point.
3
3 """
4 Note: this is identical to IPython/frontend/terminal/scripts/ipython for now.
5 Once 0.11 is closer to release, we will likely need to reorganize the script
6 entry points."""
7
4
8 from IPython.frontend.terminal.ipapp import launch_new_instance
5 from IPython.frontend.terminal.ipapp import launch_new_instance
9
6
10 launch_new_instance()
7 launch_new_instance()
General Comments 0
You need to be logged in to leave comments. Login now