Fix documentation of Kernel.stop_channels

Andrea Bedini 13 years ago
parent cb349c4320
commit 47b873295a

@ -187,7 +187,7 @@ var IPython = (function (IPython) {
};
/**
* Start the `shell`and `iopub` channels.
* Stop the `shell`and `iopub` channels.
* @method stop_channels
*/
Kernel.prototype.stop_channels = function () {

Loading…
Cancel
Save