summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/config-main.def
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2014-04-22 05:26:35 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2014-04-22 05:26:35 (GMT)
commit46b6c086d314b7f7af86194979bb2c6f14f0f666 (patch)
treec0936693dc6cdd78acde1a2dc3af548e95809575 /Lib/idlelib/config-main.def
parent0edf52a2c21d6c0cd44ec9d9e8f6e580d42f62c8 (diff)
downloadcpython-46b6c086d314b7f7af86194979bb2c6f14f0f666.zip
cpython-46b6c086d314b7f7af86194979bb2c6f14f0f666.tar.gz
cpython-46b6c086d314b7f7af86194979bb2c6f14f0f666.tar.bz2
Issue #21138: Change default reformat paragraph width to PEP 8's 72.
Diffstat (limited to 'Lib/idlelib/config-main.def')
-rw-r--r--Lib/idlelib/config-main.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/config-main.def b/Lib/idlelib/config-main.def
index 5ddd098..132797c 100644
--- a/Lib/idlelib/config-main.def
+++ b/Lib/idlelib/config-main.def
@@ -59,7 +59,7 @@ font-bold= 0
encoding= none
[FormatParagraph]
-paragraph=70
+paragraph=72
[Indent]
use-spaces= 1