summaryrefslogtreecommitdiffstats
path: root/Lib/textwrap.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/textwrap.py')
-rw-r--r--Lib/textwrap.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/textwrap.py b/Lib/textwrap.py
index 0c18dc5..8103f34 100644
--- a/Lib/textwrap.py
+++ b/Lib/textwrap.py
@@ -450,8 +450,6 @@ def dedent(text):
if x != y:
margin = margin[:i]
break
- else:
- margin = margin[:len(indent)]
# sanity check (testing/debugging only)
if 0 and margin: