[Python-checkins] cpython (merge 3.4 -> 3.5): Issue #24680: Merge with 3.4

zach.ware python-checkins at python.org
Wed Jul 22 05:35:04 CEST 2015


https://hg.python.org/cpython/rev/d7229f26dbdb
changeset:   96984:d7229f26dbdb
branch:      3.5
parent:      96980:7a54e400155f
parent:      96983:cf0011b6ebbd
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Tue Jul 21 22:34:16 2015 -0500
summary:
  Issue #24680: Merge with 3.4

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
@@ -87,7 +87,7 @@
 distutils; this section explains building extension modules only.
 
 It is common to pre-compute arguments to :func:`setup`, to better structure the
-driver script. In the example above, the\ ``ext_modules`` argument to
+driver script. In the example above, the ``ext_modules`` argument to
 :func:`setup` is a list of extension modules, each of which is an instance of
 the :class:`~distutils.extension.Extension`. In the example, the instance
 defines an extension named ``demo`` which is build by compiling a single source

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


More information about the Python-checkins mailing list