[Python-checkins] CVS: distutils/distutils __init__.py,1.20,1.21

A.M. Kuchling akuchling@users.sourceforge.net
Mon, 23 Apr 2001 10:13:05 -0700


Update of /cvsroot/python/distutils/distutils
In directory usw-pr-cvs1:/tmp/cvs-serv1590

Modified Files:
	__init__.py 
Log Message:
Fix typo in docstring


Index: __init__.py
===================================================================
RCS file: /cvsroot/python/distutils/distutils/__init__.py,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** __init__.py	2001/04/23 16:01:06	1.20
--- __init__.py	2001/04/23 17:13:03	1.21
***************
*** 1,5 ****
  """distutils
  
! The main package for the Python Module Distribtion Utilities.  Normally
  used from a setup script as
  
--- 1,5 ----
  """distutils
  
! The main package for the Python Module Distribution Utilities.  Normally
  used from a setup script as