mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
fix 2 typos
This commit is contained in:
parent
c2070df52d
commit
52d8a125dd
@ -254,7 +254,7 @@ var IPython = (function (IPython) {
|
||||
if(this.npressed >fallback_on_tooltip_after && this.prevmatch==matched_text)
|
||||
{
|
||||
console.log('Ok, you really want to complete after pressing tab '+this.npressed+' times !');
|
||||
console.log('You should undersand that there is no (more) completion for that !');
|
||||
console.log('You should understand that there is no (more) completion for that !');
|
||||
console.log("I'll show you the tooltip, will you stop bothering me ?");
|
||||
this.request_tooltip_after_time(matched_text+'(',0,this);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user