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

Skip to content

Commit 3acf170

Browse files
committed
Merge with 3.5
2 parents b94591c + 2a97f8a commit 3acf170

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
@@ -793,6 +793,7 @@ Steven Kryskalla
793793
Andrew Kuchling
794794
Dave Kuhlman
795795
Jon Kuhn
796+
Upendra Kumar
796797
Toshio Kuratomi
797798
Ilia Kurenkov
798799
Vladimir Kushnir

0 commit comments

Comments
 (0)