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

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


https://hg.python.org/cpython/rev/96910e822266
changeset:   96985:96910e822266
parent:      96981:83b45ea19d00
parent:      96984:d7229f26dbdb
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Tue Jul 21 22:34:48 2015 -0500
summary:
  Closes #24680: 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
@@ -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