]> granicus.if.org Git - python/commitdiff
Fix a strange mis-edit.
authorGeorg Brandl <georg@python.org>
Tue, 27 Oct 2009 15:10:22 +0000 (15:10 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 27 Oct 2009 15:10:22 +0000 (15:10 +0000)
Doc/distutils/apiref.rst

index 6a640d832f446013a051edf35427ba112c7fb7d8..a70c8071f112d82e41b4f42f124bd12593adff3c 100644 (file)
@@ -1958,9 +1958,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`