summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2010-02-02 22:55:00 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2010-02-02 22:55:00 (GMT)
commitbece7f2d361bb8cc9f2ba835114d52f9fc3a4604 (patch)
treeca5d317ea43725d84b5b5baa23b65dd476b95e5d /Lib
parente81b0289b68bbb0bd19e5a17b845a808a1b9f252 (diff)
downloadcpython-bece7f2d361bb8cc9f2ba835114d52f9fc3a4604.zip
cpython-bece7f2d361bb8cc9f2ba835114d52f9fc3a4604.tar.gz
cpython-bece7f2d361bb8cc9f2ba835114d52f9fc3a4604.tar.bz2
fixed a typo on distutils.sysconfig. thanks arfever
Diffstat (limited to 'Lib')
-rw-r--r--Lib/distutils/sysconfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/sysconfig.py b/Lib/distutils/sysconfig.py
index 2d92dab..a247bc2 100644
--- a/Lib/distutils/sysconfig.py
+++ b/Lib/distutils/sysconfig.py
@@ -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$"