Skip to content

Commit

Permalink
Merge pull request jupyterlab#7029 from meeseeksmachine/auto-backport…
Browse files Browse the repository at this point in the history
…-of-pr-7028-on-1.0.x

Backport PR jupyterlab#7028 on branch 1.0.x (Complete docstring for IExecuteRequestMsg)
  • Loading branch information
jasongrout committed Aug 16, 2019
2 parents 4449bdd + 0582a22 commit f01e381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/services/src/kernel/messages.ts
Expand Up @@ -897,7 +897,7 @@ export namespace KernelMessage {
}

/**
* An `execute_request` message on the `
* An `execute_request` message on the `'shell'` channel.
*/
export interface IExecuteRequestMsg extends IShellMessage<'execute_request'> {
content: {
Expand Down

0 comments on commit f01e381

Please sign in to comment.