Kaydet (Commit) 0c26ab02 authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Removed unused line.

üst 44837719
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment