(original) (raw)
changeset: 99820:3f9b9244488d branch: 3.5 parent: 99818:1753a28acad4 user: Terry Jan Reedy tjreedy@udel.edu date: Sat Jan 09 12:22:00 2016 -0500 files: Doc/extending/building.rst description: Issue #26029: Finish correction. diff -r 1753a28acad4 -r 3f9b9244488d Doc/extending/building.rst --- a/Doc/extending/building.rst Sat Jan 09 16:08:24 2016 +0200 +++ b/Doc/extending/building.rst Sat Jan 09 12:22:00 2016 -0500 @@ -81,7 +81,7 @@ 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. /tjreedy@udel.edu