]> granicus.if.org Git - python/commitdiff
Issue #24680: Remove random backslash. Patch by cdz.
authorZachary Ware <zachary.ware@gmail.com>
Wed, 22 Jul 2015 03:33:16 +0000 (22:33 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Wed, 22 Jul 2015 03:33:16 +0000 (22:33 -0500)
Doc/extending/building.rst

index 06d300547d4d058a7ed32dc13da000590a067edd..656af88131b57ab5248ac91c7a85b7cf9208c8d9 100644 (file)
@@ -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