##// END OF EJS Templates
Fix typo in comment
Michael Droettboom -
Show More
@@ -72,8 +72,8 b' IPython.utils = (function (IPython) {'
72 return txt;
72 return txt;
73 }
73 }
74
74
75 // Remove chunks that should be overridden by the effect carriage
75 // Remove chunks that should be overridden by the effect of
76 // return characters
76 // carriage return characters
77 function fixCarriageReturn(txt) {
77 function fixCarriageReturn(txt) {
78 tmp = txt;
78 tmp = txt;
79 do {
79 do {
General Comments 0
You need to be logged in to leave comments. Login now