Fix typo in comment

This commit is contained in:
Michael Droettboom 2012-04-27 16:48:04 -04:00
parent e8be6bbe50
commit a5d7dd8d2b

View File

@ -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 {