##// END OF EJS Templates
Update IPython/core/interactiveshell.py...
martinRenou -
Show More
@@ -97,7 +97,7 b' try:'
97 with TemporaryDirectory() as dirname:
97 with TemporaryDirectory() as dirname:
98 return {
98 return {
99 'text/html': sphx.sphinxify(wrapped_docstring, dirname),
99 'text/html': sphx.sphinxify(wrapped_docstring, dirname),
100 'text/plain': docstring
100 'text/plain': docstring,
101 }
101 }
102
102
103 return sphinxify_docstring
103 return sphinxify_docstring
General Comments 0
You need to be logged in to leave comments. Login now