summaryrefslogtreecommitdiff
path: root/Lib/idlelib/config-main.def
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2014-04-22 01:26:41 -0400
committerTerry Jan Reedy <tjreedy@udel.edu>2014-04-22 01:26:41 -0400
commit9573638c2dd36af531ec922bc364b438d7b1f427 (patch)
tree0c7a015e87161f290f4cd1682a450e8563fc5f8e /Lib/idlelib/config-main.def
parentd5d4c4eabe00186e9c9020bc6caa045784ee3cc9 (diff)
downloadcpython-git-9573638c2dd36af531ec922bc364b438d7b1f427.tar.gz
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 9546e2bf12..8f0fe76bbb 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