cpython: 3f9b9244488d (original) (raw)

Mercurial > cpython

changeset 99820:3f9b9244488d 3.5

Issue #26029: Finish correction. [#26029]

Terry Jan Reedy tjreedy@udel.edu
date Sat, 09 Jan 2016 12:22:00 -0500
parents 1753a28acad4
children 2c8062da7250 9ba001cb107b
files Doc/extending/building.rst
diffstat 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Doc/extending/building.rst 2

line wrap: on

line diff

--- a/Doc/extending/building.rst +++ b/Doc/extending/building.rst @@ -81,7 +81,7 @@ In the :file:setup.py, all execution i function. This takes a variable number of keyword arguments, of which the example above uses only a subset. Specifically, the example specifies meta-information to build packages, and it specifies the contents of the -package. Normally, a package will contain addition modules, like Python +package. Normally, a package will contain additional modules, like Python source modules, documentation, subpackages, etc. Please refer to the distutils documentation in :ref:distutils-index to learn more about the features of distutils; this section explains building extension modules only.