Skip to content

Commit

Permalink
[zsh-completion] copy&paste mistake in description
Browse files Browse the repository at this point in the history
  • Loading branch information
pseyfert committed Feb 15, 2017
1 parent 94c352f commit 698a36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/completions-zsh
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ _notebook_cmds() {
'help:Print help about subcommand.'
'list:List currently running notebook servers in this profile.'
)
_describe -t commands 'nbextension command' commands "$@"
_describe -t commands 'notebook command' commands "$@"
}

_jupyter "$@"
Expand Down

0 comments on commit 698a36d

Please sign in to comment.