mirror of
https://github.com/python/cpython.git
synced 2025-11-26 13:22:51 +00:00
Removed unused line.
This commit is contained in:
parent
44837719ef
commit
0c26ab02e6
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue