##// END OF EJS Templates
Fix documentation of Kernel.stop_channels
Andrea Bedini -
Show More
@@ -187,7 +187,7 b' var IPython = (function (IPython) {'
187 187 };
188 188
189 189 /**
190 * Start the `shell`and `iopub` channels.
190 * Stop the `shell`and `iopub` channels.
191 191 * @method stop_channels
192 192 */
193 193 Kernel.prototype.stop_channels = function () {
General Comments 0
You need to be logged in to leave comments. Login now