##// END OF EJS Templates
Change return type in docstring to literal tuple to avoid bogus cross-ref....
Doug Latornell -
Show More
@@ -186,7 +186,7 b' def ipexec(fname, options=None, commands=()):'
186
186
187 Returns
187 Returns
188 -------
188 -------
189 (stdout, stderr) of ipython subprocess.
189 ``(stdout, stderr)`` of ipython subprocess.
190 """
190 """
191 if options is None: options = []
191 if options is None: options = []
192
192
General Comments 0
You need to be logged in to leave comments. Login now