summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-10-27 15:10:48 +0000
committerGeorg Brandl <georg@python.org>2009-10-27 15:10:48 +0000
commita7fef6aaf0df8c850ef48bd7d16d9f301eb78664 (patch)
treededc824e58e0076a929f40f0a21e2398c7a8666c
parent9d084f98853f437c6c1e8203552dc90f4ba78b95 (diff)
downloadcpython-git-a7fef6aaf0df8c850ef48bd7d16d9f301eb78664.tar.gz
Merged revisions 75795 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r75795 | georg.brandl | 2009-10-27 16:10:22 +0100 (Di, 27 Okt 2009) | 1 line Fix a strange mis-edit. ........
-rw-r--r--Doc/distutils/apiref.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst
index 0a51b7c005..71116e6d87 100644
--- a/Doc/distutils/apiref.rst
+++ b/Doc/distutils/apiref.rst
@@ -1962,9 +1962,9 @@ it so that it's implementing the class :class:`peel_banana`, a subclass of
Subclasses of :class:`Command` must define the following methods.
-.. method:: Command.initialize_options()(S)
+.. method:: Command.initialize_options()
- et default values for all the options that this command supports. Note that
+ Set default values for all the options that this command supports. Note that
these defaults may be overridden by other commands, by the setup script, by
config files, or by the command-line. Thus, this is not the place to code
dependencies between options; generally, :meth:`initialize_options`