[Python-checkins] r82872 - python/branches/py3k/Doc/distutils/apiref.rst

georg.brandl python-checkins at python.org
Wed Jul 14 10:53:18 CEST 2010


Author: georg.brandl
Date: Wed Jul 14 10:53:18 2010
New Revision: 82872

Log:
Remove XXX from text.

Modified:
   python/branches/py3k/Doc/distutils/apiref.rst

Modified: python/branches/py3k/Doc/distutils/apiref.rst
==============================================================================
--- python/branches/py3k/Doc/distutils/apiref.rst	(original)
+++ python/branches/py3k/Doc/distutils/apiref.rst	Wed Jul 14 10:53:18 2010
@@ -21,7 +21,9 @@
 .. 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 @@
 
 .. 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


More information about the Python-checkins mailing list