##// END OF EJS Templates
handle empty docstring
Matthias BUSSONNIER -
Show More
@@ -156,6 +156,7 var IPython = (function (IPython) {
156 156 CodeCell.prototype.finish_tooltip = function (reply) {
157 157 defstring=reply.definition;
158 158 docstring=reply.docstring;
159 if(docstring == null){docstring="<empty docstring>"};
159 160 name=reply.name;
160 161
161 162 var that = this;
General Comments 0
You need to be logged in to leave comments. Login now