We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 750eae1 commit c75e2ddCopy full SHA for c75e2dd
1 file changed
Doc/extending/building.rst
@@ -56,7 +56,7 @@ documentation in :ref:`distutils-index` to learn more about the features of
56
distutils; this section explains building extension modules only.
57
58
It is common to pre-compute arguments to :func:`setup`, to better structure the
59
-driver script. In the example above, the\ ``ext_modules`` argument to
+driver script. In the example above, the ``ext_modules`` argument to
60
:func:`setup` is a list of extension modules, each of which is an instance of
61
the :class:`~distutils.extension.Extension`. In the example, the instance
62
defines an extension named ``demo`` which is build by compiling a single source
0 commit comments