mirror of
https://github.com/python/cpython.git
synced 2025-09-08 18:01:44 +00:00
Issue #26029: Remove extraneous word. Patch by Upendra Kumar.
This commit is contained in:
parent
81bc927da7
commit
2a97f8a6d1
2 changed files with 2 additions and 1 deletions
|
@ -81,7 +81,7 @@ In the :file:`setup.py`, all execution is performed by calling the ``setup``
|
||||||
function. This takes a variable number of keyword arguments, of which the
|
function. This takes a variable number of keyword arguments, of which the
|
||||||
example above uses only a subset. Specifically, the example specifies
|
example above uses only a subset. Specifically, the example specifies
|
||||||
meta-information to build packages, and it specifies the contents of the
|
meta-information to build packages, and it specifies the contents of the
|
||||||
package. Normally, a package will contain of addition modules, like Python
|
package. Normally, a package will contain addition modules, like Python
|
||||||
source modules, documentation, subpackages, etc. Please refer to the distutils
|
source modules, documentation, subpackages, etc. Please refer to the distutils
|
||||||
documentation in :ref:`distutils-index` to learn more about the features of
|
documentation in :ref:`distutils-index` to learn more about the features of
|
||||||
distutils; this section explains building extension modules only.
|
distutils; this section explains building extension modules only.
|
||||||
|
|
|
@ -790,6 +790,7 @@ Steven Kryskalla
|
||||||
Andrew Kuchling
|
Andrew Kuchling
|
||||||
Dave Kuhlman
|
Dave Kuhlman
|
||||||
Jon Kuhn
|
Jon Kuhn
|
||||||
|
Upendra Kumar
|
||||||
Toshio Kuratomi
|
Toshio Kuratomi
|
||||||
Ilia Kurenkov
|
Ilia Kurenkov
|
||||||
Vladimir Kushnir
|
Vladimir Kushnir
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue