Removed unused line.

This commit is contained in:
Raymond Hettinger 2005-01-03 07:14:12 +00:00
parent 44837719ef
commit 0c26ab02e6

View file

@ -267,7 +267,6 @@ class TextWrapper:
converted to space. converted to space.
""" """
text = self._munge_whitespace(text) text = self._munge_whitespace(text)
indent = self.initial_indent
chunks = self._split(text) chunks = self._split(text)
if self.fix_sentence_endings: if self.fix_sentence_endings:
self._fix_sentence_endings(chunks) self._fix_sentence_endings(chunks)