From 2a97f8a6d1fec1a19b23f159f40d79dbeac406d0 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Sat, 9 Jan 2016 03:27:37 -0500 Subject: Issue #26029: Remove extraneous word. Patch by Upendra Kumar. --- Doc/extending/building.rst | 2 +- Misc/ACKS | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/extending/building.rst b/Doc/extending/building.rst index 163179d..6f1d23e 100644 --- a/Doc/extending/building.rst +++ b/Doc/extending/building.rst @@ -81,7 +81,7 @@ In the :file:`setup.py`, all execution is performed by calling the ``setup`` 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 of addition modules, like Python +package. Normally, a package will contain addition 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. diff --git a/Misc/ACKS b/Misc/ACKS index 1b74e16..9134eb9 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -790,6 +790,7 @@ Steven Kryskalla Andrew Kuchling Dave Kuhlman Jon Kuhn +Upendra Kumar Toshio Kuratomi Ilia Kurenkov Vladimir Kushnir -- cgit v0.12