diff options
Diffstat (limited to 'Lib/textwrap.py')
-rw-r--r-- | Lib/textwrap.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/textwrap.py b/Lib/textwrap.py index d56d76d..7c68280 100644 --- a/Lib/textwrap.py +++ b/Lib/textwrap.py @@ -272,7 +272,6 @@ class TextWrapper: converted to space. """ text = self._munge_whitespace(text) - indent = self.initial_indent chunks = self._split(text) if self.fix_sentence_endings: self._fix_sentence_endings(chunks) |