summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2015-07-22 03:33:16 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2015-07-22 03:33:16 (GMT)
commitc75e2dd4c626561ce15ae0f4e24428ed0eb1855a (patch)
treea428613fd9e32d532a4d65598201e64cd6a851cc /Doc
parent750eae1bd4a25dc1d3895b4757d22a6acf262ae9 (diff)
downloadcpython-c75e2dd4c626561ce15ae0f4e24428ed0eb1855a.zip
cpython-c75e2dd4c626561ce15ae0f4e24428ed0eb1855a.tar.gz
cpython-c75e2dd4c626561ce15ae0f4e24428ed0eb1855a.tar.bz2
Issue #24680: Remove random backslash. Patch by cdz.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/extending/building.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/extending/building.rst b/Doc/extending/building.rst
index 06d3005..656af88 100644
--- a/Doc/extending/building.rst
+++ b/Doc/extending/building.rst
@@ -56,7 +56,7 @@ documentation in :ref:`distutils-index` to learn more about the features of
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