Merge pull request #3892 from andreabedini/patch-1

Fix documentation of Kernel.stop_channels
This commit is contained in:
Paul Ivanov 2013-08-03 21:14:33 -07:00
commit 581f75517a

View File

@ -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 () {