[Python-checkins] CVS: python/dist/src/Tools/idle config.txt,1.2,1.3

Fred Drake python-dev@python.org
Tue, 9 May 2000 10:28:06 -0400


Update of /projects/cvsroot/python/dist/src/Tools/idle
In directory seahag.cnri.reston.va.us:/home/fdrake/projects/python/Tools/idle

Modified Files:
	config.txt 
Log Message:

Minor edit of leading comments: 'the the' --> 'the', quoted 'enable'
option name for clarity.


Index: config.txt
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Tools/idle/config.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** config.txt	2000/03/07 17:55:32	1.2
--- config.txt	2000/05/09 14:28:03	1.3
***************
*** 15,20 ****
  # 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.  
  
  [EditorWindow]
--- 15,20 ----
  # 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 'enable'
! # option with the value 0.  
  
  [EditorWindow]