Removed unused line.

This commit is contained in:
Raymond Hettinger 2005-01-03 07:14:12 +00:00
parent 44837719ef
commit 0c26ab02e6
1 changed files with 0 additions and 1 deletions

View File

@ -267,7 +267,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)