Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2a97f8a

Browse files
committed
Issue #26029: Remove extraneous word. Patch by Upendra Kumar.
1 parent 81bc927 commit 2a97f8a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/extending/building.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ In the :file:`setup.py`, all execution is performed by calling the ``setup``
8181
function. This takes a variable number of keyword arguments, of which the
8282
example above uses only a subset. Specifically, the example specifies
8383
meta-information to build packages, and it specifies the contents of the
84-
package. Normally, a package will contain of addition modules, like Python
84+
package. Normally, a package will contain addition modules, like Python
8585
source modules, documentation, subpackages, etc. Please refer to the distutils
8686
documentation in :ref:`distutils-index` to learn more about the features of
8787
distutils; this section explains building extension modules only.

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -790,6 +790,7 @@ Steven Kryskalla
790790
Andrew Kuchling
791791
Dave Kuhlman
792792
Jon Kuhn
793+
Upendra Kumar
793794
Toshio Kuratomi
794795
Ilia Kurenkov
795796
Vladimir Kushnir

0 commit comments

Comments
 (0)