diff --git a/docs/source/examples/Notebook/Notebook Basics.ipynb b/docs/source/examples/Notebook/Notebook Basics.ipynb index 430aa3219..cf6a8e597 100644 --- a/docs/source/examples/Notebook/Notebook Basics.ipynb +++ b/docs/source/examples/Notebook/Notebook Basics.ipynb @@ -282,10 +282,10 @@ "\n", "1. Basic navigation: `enter`, `shift-enter`, `up/k`, `down/j`\n", "2. Saving the notebook: `s`\n", - "2. Cell types: `y`, `m`, `1-6`, `t`\n", + "2. Change Cell types: `y`, `m`, `1-6`, `t`\n", "3. Cell creation: `a`, `b`\n", - "4. Cell editing: `x`, `c`, `v`, `d`, `z`, `shift+=`\n", - "5. Kernel operations: `i`, `.`" + "4. Cell editing: `x`, `c`, `v`, `d`, `z`\n", + "5. Kernel operations: `i`, `0` (press twice)" ] } ],