From 0c26ab02e61eacb5e59c2baa35535fbea019a76e Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Mon, 3 Jan 2005 07:14:12 +0000 Subject: Removed unused line. --- Lib/textwrap.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/textwrap.py b/Lib/textwrap.py index 32ab10b..8e3d8cf 100644 --- a/Lib/textwrap.py +++ b/Lib/textwrap.py @@ -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) -- cgit v0.12