[Python-checkins] CVS: distutils/distutils extension.py,1.3,1.4

Greg Ward python-dev@python.org
Sat, 12 Aug 2000 17:39:00 -0700


Update of /cvsroot/python/distutils/distutils
In directory slayer.i.sourceforge.net:/tmp/cvs-serv32583

Modified Files:
	extension.py 
Log Message:
Typo fix in docstring.

Index: extension.py
===================================================================
RCS file: /cvsroot/python/distutils/distutils/extension.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** extension.py	2000/08/02 00:04:13	1.3
--- extension.py	2000/08/13 00:38:58	1.4
***************
*** 24,29 ****
      """Just a collection of attributes that describes an extension
      module and everything needed to build it (hopefully in a portable
!     way, but there are hooks that let you can be as unportable as you
!     need).
  
      Instance attributes:
--- 24,28 ----
      """Just a collection of attributes that describes an extension
      module and everything needed to build it (hopefully in a portable
!     way, but there are hooks that let you be as unportable as you need).
  
      Instance attributes: