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

Skip to content

Commit c0a732e

Browse files
committed
Merge with 3.5
2 parents ef7851b + 6401e79 commit c0a732e

1 file changed

Lines changed: 1 addition & 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 addition modules, like Python
84+
package. Normally, a package will contain additional 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.

0 commit comments

Comments
 (0)