[Python-checkins] cpython (3.1): Minor touch-ups in distutils.cmd.Command doc

eric.araujo python-checkins at python.org
Sun May 29 18:14:21 CEST 2011


http://hg.python.org/cpython/rev/3e355c594471
changeset:   70484:3e355c594471
branch:      3.1
user:        Éric Araujo <merwok at netwok.org>
date:        Sun May 29 00:14:45 2011 +0200
summary:
  Minor touch-ups in distutils.cmd.Command doc

files:
  Doc/distutils/apiref.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst
--- a/Doc/distutils/apiref.rst
+++ b/Doc/distutils/apiref.rst
@@ -21,7 +21,7 @@
 .. 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.
 
    The setup function takes a large number of arguments. These are laid out in the
    following table.
@@ -1759,7 +1759,7 @@
    predicate)``, with *command_name* a string and *predicate* a function, a
    string or ``None``.  *predicate* is a method of the parent command that
    determines whether the corresponding command is applicable in the current
-   situation.  (E.g. we ``install_headers`` is only applicable if we have any C
+   situation.  (E.g. ``install_headers`` is only applicable if we have any C
    header files to install.)  If *predicate* is ``None``, that command is always
    applicable.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list