diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2014-04-22 05:27:06 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2014-04-22 05:27:06 (GMT) |
commit | 29c47776dd9f7b7f240a1cd3d4d61a1e98044ae9 (patch) | |
tree | 6cc0ba8b1ed9a6830da8a796780148b6d9aacfe7 /Lib | |
parent | f16fa11d297061073b7650c857c755875cb7b144 (diff) | |
parent | 9573638c2dd36af531ec922bc364b438d7b1f427 (diff) | |
download | cpython-29c47776dd9f7b7f240a1cd3d4d61a1e98044ae9.zip cpython-29c47776dd9f7b7f240a1cd3d4d61a1e98044ae9.tar.gz cpython-29c47776dd9f7b7f240a1cd3d4d61a1e98044ae9.tar.bz2 |
Merge with 3.4
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/idlelib/config-main.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/config-main.def b/Lib/idlelib/config-main.def index 9546e2b..8f0fe76 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 |