##// END OF EJS Templates
Added space between pund and comment
Jonathan Frederic -
Show More
@@ -23,7 +23,7 b' from IPython.utils import py3compat'
23 # Constants
23 # Constants
24 #-----------------------------------------------------------------------------
24 #-----------------------------------------------------------------------------
25
25
26 #Define ipython commandline name
26 # Define ipython commandline name
27 if py3compat.PY3:
27 if py3compat.PY3:
28 IPYTHON = 'ipython3'
28 IPYTHON = 'ipython3'
29 else:
29 else:
General Comments 0
You need to be logged in to leave comments. Login now