[Python-checkins] CVS: python/dist/src/Lib/curses ascii.py,1.1,1.2

A.M. Kuchling python-dev@python.org
Tue, 27 Jun 2000 07:15:32 -0700


Update of /cvsroot/python/python/dist/src/Lib/curses
In directory slayer.i.sourceforge.net:/tmp/cvs-serv7402

Modified Files:
	ascii.py 
Log Message:
Fix comment typo noticed by Rob Hooft


Index: ascii.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/curses/ascii.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ascii.py	2000/06/26 23:55:42	1.1
--- ascii.py	2000/06/27 14:15:29	1.2
***************
*** 1,4 ****
  #
! # ascii.py -- constants and memembership tests for ASCII characters
  #
  
--- 1,4 ----
  #
! # ascii.py -- constants and membership tests for ASCII characters
  #