commit | bece7f2d361bb8cc9f2ba835114d52f9fc3a4604 | [log] [tgz] |
---|---|---|
author | Tarek Ziadé <ziade.tarek@gmail.com> | Tue Feb 02 22:55:00 2010 +0000 |
committer | Tarek Ziadé <ziade.tarek@gmail.com> | Tue Feb 02 22:55:00 2010 +0000 |
tree | ca5d317ea43725d84b5b5baa23b65dd476b95e5d | |
parent | e81b0289b68bbb0bd19e5a17b845a808a1b9f252 [diff] [blame] |
fixed a typo on distutils.sysconfig. thanks arfever
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 @@ 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$"