diff options
Diffstat (limited to 'Lib/formatter.py')
-rw-r--r-- | Lib/formatter.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/formatter.py b/Lib/formatter.py index 261090c..fa2b389 100644 --- a/Lib/formatter.py +++ b/Lib/formatter.py @@ -176,7 +176,6 @@ class AbstractFormatter: def add_flowing_data(self, data): if not data: return - # The following looks a bit convoluted but is a great improvement over prespace = data[:1].isspace() postspace = data[-1:].isspace() data = " ".join(data.split()) |