]> granicus.if.org Git - python/commitdiff
Removed unused line.
authorRaymond Hettinger <python@rcn.com>
Mon, 3 Jan 2005 07:14:12 +0000 (07:14 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 3 Jan 2005 07:14:12 +0000 (07:14 +0000)
Lib/textwrap.py

index 32ab10bfbacd71573ead7cd0c330a9ecd66dabfc..8e3d8cf594531c6db38576c4f8b9cce8aade7fcb 100644 (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)