]> granicus.if.org Git - python/commitdiff
fixed a typo on distutils.sysconfig. thanks arfever
authorTarek Ziadé <ziade.tarek@gmail.com>
Tue, 2 Feb 2010 22:55:00 +0000 (22:55 +0000)
committerTarek Ziadé <ziade.tarek@gmail.com>
Tue, 2 Feb 2010 22:55:00 +0000 (22:55 +0000)
Lib/distutils/sysconfig.py

index 2d92dabf7b96a2b892fa36fd8055e78f946702e0..a247bc2cd7496aff49838d0ed1f870ff5d6fa994 100644 (file)
@@ -9,7 +9,7 @@ Written by:   Fred L. Drake, Jr.
 Email:        <fdrake@acm.org>
 
 **This module has been moved out of Distutils and will be removed from
-Python in the next version (3.2)**
+Python in the next version (3.3)**
 """
 
 __revision__ = "$Id$"