summaryrefslogtreecommitdiff
path: root/Doc/extending
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2015-07-21 22:33:16 -0500
committerZachary Ware <zachary.ware@gmail.com>2015-07-21 22:33:16 -0500
commit368240da5248305992dcaa8fb33d5b1e7cb43982 (patch)
treee2f26a901afd4ee3306c8443aee9880b57545fe4 /Doc/extending
parent09e4fd47eb490e99b08af5f0be45ca6cc9781278 (diff)
downloadcpython-368240da5248305992dcaa8fb33d5b1e7cb43982.tar.gz
Issue #24680: Remove random backslash. Patch by cdz.
Diffstat (limited to 'Doc/extending')
-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 06d300547d..656af88131 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