[Python-checkins] r86041 - in python/branches/release27-maint: setup.py

benjamin.peterson python-checkins at python.org
Sun Oct 31 17:40:21 CET 2010


Author: benjamin.peterson
Date: Sun Oct 31 17:40:21 2010
New Revision: 86041

Log:
Merged revisions 86040 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86040 | benjamin.peterson | 2010-10-31 11:38:19 -0500 (Sun, 31 Oct 2010) | 1 line
  
  typo
........


Modified:
   python/branches/release27-maint/   (props changed)
   python/branches/release27-maint/setup.py

Modified: python/branches/release27-maint/setup.py
==============================================================================
--- python/branches/release27-maint/setup.py	(original)
+++ python/branches/release27-maint/setup.py	Sun Oct 31 17:40:21 2010
@@ -1330,7 +1330,7 @@
         # The pyexpat module was written by Paul Prescod after a prototype by
         # Jack Jansen.  The Expat source is included in Modules/expat/.  Usage
         # of a system shared libexpat.so is possible with --with-system-expat
-        # cofigure option.
+        # configure option.
         #
         # More information on Expat can be found at www.libexpat.org.
         #


More information about the Python-checkins mailing list