diff --git a/IPython/html/static/notebook/js/codecell.js b/IPython/html/static/notebook/js/codecell.js
index 8710f4846..59bd116b8 100644
--- a/IPython/html/static/notebook/js/codecell.js
+++ b/IPython/html/static/notebook/js/codecell.js
@@ -227,9 +227,6 @@ define([
* @method handle_codemirror_keyevent
*/
- /* Correction here */
-
-
CodeCell.prototype.handle_codemirror_keyevent = function (editor, event) {
var that = this;