##// END OF EJS Templates
improve install_editor docstring
vivainio -
Show More
@@ -12,8 +12,9 b' from IPython.Itpl import itplns'
12 import os
12 import os
13
13
14 def install_editor(run_template, wait = False):
14 def install_editor(run_template, wait = False):
15 """ Gets a template in format "myeditor bah bah $file bah bah $line
15 """ Gets a template in format "myeditor bah bah $file bah bah $line"
16
16
17 $file will be replaced by file name, $line by line number (or 0).
17 Installs the editor that is called by IPython, instead of the default
18 Installs the editor that is called by IPython, instead of the default
18 notepad or vi.
19 notepad or vi.
19
20
General Comments 0
You need to be logged in to leave comments. Login now