[Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5

terry.reedy python-checkins at python.org
Sat Jan 9 12:22:28 EST 2016


https://hg.python.org/cpython/rev/2c8062da7250
changeset:   99821:2c8062da7250
parent:      99819:57964ca3ce0f
parent:      99820:3f9b9244488d
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Sat Jan 09 12:22:13 2016 -0500
summary:
  Merge with 3.5

files:
  Doc/extending/building.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/extending/building.rst b/Doc/extending/building.rst
--- a/Doc/extending/building.rst
+++ b/Doc/extending/building.rst
@@ -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.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list