Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef7851b + 6401e79 commit c0a732eCopy full SHA for c0a732e
1 file changed
Doc/extending/building.rst
@@ -81,7 +81,7 @@ In the :file:`setup.py`, all execution is performed by calling the ``setup``
81
function. This takes a variable number of keyword arguments, of which the
82
example above uses only a subset. Specifically, the example specifies
83
meta-information to build packages, and it specifies the contents of the
84
-package. Normally, a package will contain addition modules, like Python
+package. Normally, a package will contain additional modules, like Python
85
source modules, documentation, subpackages, etc. Please refer to the distutils
86
documentation in :ref:`distutils-index` to learn more about the features of
87
distutils; this section explains building extension modules only.
0 commit comments