[Python-checkins] cpython (2.7): Fix markup: arguments in a class directive are __init__ arguments, not base
eric.araujo
python-checkins at python.org
Wed Jun 1 19:29:59 CEST 2011
http://hg.python.org/cpython/rev/d4ae796efebb
changeset: 70579:d4ae796efebb
branch: 2.7
user: Éric Araujo <merwok at netwok.org>
date: Tue May 31 21:50:22 2011 +0200
summary:
Fix markup: arguments in a class directive are __init__ arguments, not base classes
files:
Doc/distutils/apiref.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst
--- a/Doc/distutils/apiref.rst
+++ b/Doc/distutils/apiref.rst
@@ -1815,7 +1815,7 @@
.. 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.
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list