diff --git a/IPython/frontend/html/notebook/static/js/utils.js b/IPython/frontend/html/notebook/static/js/utils.js index 1374dd0..5b68af4 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 {