Show More
@@ -2338,7 +2338,7 b' def MBTextWrapper(**kwargs):' | |||
|
2338 | 2338 | # Convert current line back to a string and store it in list |
|
2339 | 2339 | # of all lines (return value). |
|
2340 | 2340 | if cur_line: |
|
2341 | lines.append(indent + ''.join(cur_line)) | |
|
2341 | lines.append(indent + r''.join(cur_line)) | |
|
2342 | 2342 | |
|
2343 | 2343 | return lines |
|
2344 | 2344 |
General Comments 0
You need to be logged in to leave comments.
Login now