diff options
author | Steven M. Gava <elguavas@python.net> | 2001-07-12 05:24:19 (GMT) |
---|---|---|
committer | Steven M. Gava <elguavas@python.net> | 2001-07-12 05:24:19 (GMT) |
commit | fc0386cc5ac9107b81ae7fd43115f8eeefd684aa (patch) | |
tree | cee6e4e6b38ef2bce00d4b2aefdf1790a9cbd806 /Lib/idlelib/config.txt | |
parent | 569b17f414ac0d1594a40c164e95f4da0ec0ee25 (diff) | |
download | cpython-fc0386cc5ac9107b81ae7fd43115f8eeefd684aa.zip cpython-fc0386cc5ac9107b81ae7fd43115f8eeefd684aa.tar.gz cpython-fc0386cc5ac9107b81ae7fd43115f8eeefd684aa.tar.bz2 |
py-cvs merge, correct typo
Diffstat (limited to 'Lib/idlelib/config.txt')
-rw-r--r-- | Lib/idlelib/config.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/idlelib/config.txt b/Lib/idlelib/config.txt index 586a8d8..223b302 100644 --- a/Lib/idlelib/config.txt +++ b/Lib/idlelib/config.txt @@ -14,8 +14,8 @@ # IDLE extensions can be enabled and disabled by adding them to one of # the config files. To enable an extension, create a section with the # same name as the extension, e.g. the [ParenMatch] section below. To -# disable an extension, either remove the section or add the the -# enable option with the value 0. +# disable an extension, either remove the section or add the 'enable' +# option with the value 0. [EditorWindow] width= 80 |