diff options
Diffstat (limited to 'pym/gentoolkit/textwrap_.py')
-rw-r--r-- | pym/gentoolkit/textwrap_.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pym/gentoolkit/textwrap_.py b/pym/gentoolkit/textwrap_.py index fd28c6a..dbacfec 100644 --- a/pym/gentoolkit/textwrap_.py +++ b/pym/gentoolkit/textwrap_.py @@ -47,7 +47,6 @@ class TextWrapper(textwrap.TextWrapper): ansi_re = re.compile(r"\x1b\[[0-9;]*m") while chunks: - # Start the list of chunks that will make up the current line. # cur_len is just the length of all the chunks in cur_line. cur_line = [] |