mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-07 13:07:22 +08:00
Merge pull request #3892 from andreabedini/patch-1
Fix documentation of Kernel.stop_channels
This commit is contained in:
commit
581f75517a
@ -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…
Reference in New Issue
Block a user