Skip to content

Commit 970518d

Browse files
committed
Fix some spelling
1 parent 98484fe commit 970518d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/source/extending/keymaps.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Customize keymaps
33

44
.. note::
55

6-
DEclarative Custom Keymaps is a provisional feature with unstable API which is not
7-
guarantied to be keep in future versions odf the notebook, and can be
6+
Declarative Custom Keymaps is a provisional feature with unstable API which is not
7+
guaranteed to be kept in future versions of the notebook, and can be
88
removed or changed without warnings.
99

1010
The notebook shortcuts that are defined by jupyter both in edit mode an command

notebook/static/base/js/keyboard.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,6 @@ define([
408408
* The shortcut error should be explicit here, because it will be
409409
* seen by users.
410410
*/
411-
var that = this;
412411
try {
413412
this._remove_leaf(shortcut, this._shortcuts);
414413
if (!suppress_help_update) {

0 commit comments

Comments
 (0)