mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Minor touch-ups in distutils.cmd.Command doc
This commit is contained in:
parent
489c8ff26b
commit
000893fab2
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ 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.
|
||||
|
||||
The setup function takes a large number of arguments. These are laid out in the
|
||||
following table.
|
||||
|
@ -1759,7 +1759,7 @@ Subclasses of :class:`Command` must define the following methods.
|
|||
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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue