summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-06-01 17:47:24 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-06-01 17:47:24 (GMT)
commit5397c797f4ca1d958430edff1ff04a91a813a5ec (patch)
treee37e644d66eae96e99c57ee9618904a483dd71eb /Doc
parent98b6592266af5dd8911c90987cf0477c90ec356e (diff)
parentaffcf2967fdf7a2555c2a93d6b0e3def04f607c2 (diff)
downloadcpython-5397c797f4ca1d958430edff1ff04a91a813a5ec.zip
cpython-5397c797f4ca1d958430edff1ff04a91a813a5ec.tar.gz
cpython-5397c797f4ca1d958430edff1ff04a91a813a5ec.tar.bz2
Merge 3.2
Diffstat (limited to 'Doc')
-rw-r--r--Doc/distutils/apiref.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst
index dc5bcf2..1fb6f9e 100644
--- a/Doc/distutils/apiref.rst
+++ b/Doc/distutils/apiref.rst
@@ -1814,7 +1814,7 @@ Subclasses of :class:`Command` must define the following methods.
.. module:: distutils.command.bdist_msi
:synopsis: Build a binary distribution as a Windows MSI file
-.. class:: bdist_msi(Command)
+.. class:: bdist_msi
Builds a `Windows Installer`_ (.msi) binary package.
@@ -1893,9 +1893,9 @@ Subclasses of :class:`Command` must define the following methods.
:synopsis: Build the .py/.pyc files of a package
-.. class:: build_py(Command)
+.. class:: build_py
-.. class:: build_py_2to3(build_py)
+.. class:: build_py_2to3
Alternative implementation of build_py which also runs the
2to3 conversion library on each .py file that is going to be