Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 49db5c4

Browse files
Alejandro Garcíatacaswell
authored andcommitted
Fix typo on mpl.js
1 parent 9a75c33 commit 49db5c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/matplotlib/backends/web_backend/js

lib/matplotlib/backends/web_backend/js/mpl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ mpl.figure.prototype.mouse_event = function (event, name) {
636636
};
637637

638638
mpl.figure.prototype._key_event_extra = function (_event, _name) {
639-
// Ha ndle any extra behaviour associated with a key event
639+
// Handle any extra behaviour associated with a key event
640640
};
641641

642642
mpl.figure.prototype.key_event = function (event, name) {

0 commit comments

Comments
 (0)