summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Tools/idle/FormatParagraph.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/idle/FormatParagraph.py b/Tools/idle/FormatParagraph.py
index 1d0db12..f8827e7 100644
--- a/Tools/idle/FormatParagraph.py
+++ b/Tools/idle/FormatParagraph.py
@@ -63,7 +63,7 @@ def find_paragraph(text, mark):
first = "%d.0" % (lineno+1)
return first, last, text.get(first, last)
-def reformat_paragraph(data, limit=72):
+def reformat_paragraph(data, limit=70):
lines = string.split(data, "\n")
i = 0
n = len(lines)