From cba169d8d0a46cb577feda44d2387a2265cdf9e8 2013-08-04 03:07:50 From: Andrea Bedini Date: 2013-08-04 03:07:50 Subject: [PATCH] Fix documentation of Kernel.stop_channels --- diff --git a/IPython/html/static/services/kernels/js/kernel.js b/IPython/html/static/services/kernels/js/kernel.js index aee8d99..90b888e 100644 --- a/IPython/html/static/services/kernels/js/kernel.js +++ b/IPython/html/static/services/kernels/js/kernel.js @@ -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 () {