From a5d7dd8d2bb74f3f27d5806a4ac7ff15b67f0106 Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Fri, 27 Apr 2012 16:48:04 -0400 Subject: [PATCH] Fix typo in comment --- IPython/frontend/html/notebook/static/js/utils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IPython/frontend/html/notebook/static/js/utils.js b/IPython/frontend/html/notebook/static/js/utils.js index 1374dd0b4..5b68af4d4 100644 --- a/IPython/frontend/html/notebook/static/js/utils.js +++ b/IPython/frontend/html/notebook/static/js/utils.js @@ -72,8 +72,8 @@ IPython.utils = (function (IPython) { return txt; } - // Remove chunks that should be overridden by the effect carriage - // return characters + // Remove chunks that should be overridden by the effect of + // carriage return characters function fixCarriageReturn(txt) { tmp = txt; do {