##// END OF EJS Templates
Update IPython/utils/text.py...
Blazej Michalik -
Show More
@@ -445,7 +445,7 b' def strip_email_quotes(text):'
445 445 # Check if all characters in this position are the same
446 446 if len(set(characters)) > 1:
447 447 break
448 prefix_char = characters[0][0]
448 prefix_char = characters[0]
449 449
450 450 if prefix_char in string.whitespace or prefix_char == ">":
451 451 strip_len += 1
General Comments 0
You need to be logged in to leave comments. Login now