]> granicus.if.org Git - python/commitdiff
Remove XXX from text.
authorGeorg Brandl <georg@python.org>
Wed, 14 Jul 2010 08:53:18 +0000 (08:53 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 14 Jul 2010 08:53:18 +0000 (08:53 +0000)
Doc/distutils/apiref.rst

index 2401da3f6c26b56ae79ed54e0d99be98b19d4c90..d65c59fd253cc93839c2d11e1f97c562fda5efa7 100644 (file)
@@ -21,7 +21,9 @@ setup script). Indirectly provides the  :class:`distutils.dist.Distribution` and
 .. function:: setup(arguments)
 
    The basic do-everything function that does most everything you could ever ask
-   for from a Distutils method. See XXXXX
+   for from a Distutils method.
+
+   .. See XXXXX
 
    The setup function takes a large number of arguments. These are laid out in the
    following table.
@@ -1743,11 +1745,11 @@ Subclasses of :class:`Command` must define the following methods.
 
 .. method:: Command.run()
 
-   A command's raison d'etre: carry out the action it exists to perform, controlled
-   by the options initialized in :meth:`initialize_options`, customized by other
-   commands, the setup script, the command-line, and config files, and finalized in
-   :meth:`finalize_options`.  All terminal output and filesystem interaction should
-   be done by :meth:`run`.
+   A command's raison d'etre: carry out the action it exists to perform,
+   controlled by the options initialized in :meth:`initialize_options`,
+   customized by other commands, the setup script, the command-line, and config
+   files, and finalized in :meth:`finalize_options`.  All terminal output and
+   filesystem interaction should be done by :meth:`run`.
 
 
 .. attribute:: Command.sub_commands