[Python-checkins] cpython (2.7): Issue #24680: Remove random backslash. Patch by cdz.

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


https://hg.python.org/cpython/rev/91b738cfdc2f
changeset:   96982:91b738cfdc2f
branch:      2.7
parent:      96966:61d7e6fe0003
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Tue Jul 21 22:33:16 2015 -0500
summary:
  Issue #24680: Remove random backslash.  Patch by cdz.

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
@@ -56,7 +56,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