[Python-checkins] CVS: python/dist/src/Mac/Lib EasyDialogs.py,1.31,1.32

Just van Rossum jvr@users.sourceforge.net
Mon, 25 Jun 2001 23:57:14 -0700


Update of /cvsroot/python/python/dist/src/Mac/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv21866

Modified Files:
	EasyDialogs.py 
Log Message:
Fixed typo in doc string.

Index: EasyDialogs.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/EasyDialogs.py,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -r1.31 -r1.32
*** EasyDialogs.py	2001/02/23 22:18:27	1.31
--- EasyDialogs.py	2001/06/26 06:57:12	1.32
***************
*** 159,163 ****
  	If omitted, this is 0 (No).
  	
! 	The QUESTION strign ca be at most 255 characters.
  	"""
  	
--- 159,163 ----
  	If omitted, this is 0 (No).
  	
! 	The QUESTION string can be at most 255 characters.
  	"""