Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c75e2dd

Browse files
committed
Issue #24680: Remove random backslash. Patch by cdz.
1 parent 750eae1 commit c75e2dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/extending/building.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ documentation in :ref:`distutils-index` to learn more about the features of
5656
distutils; this section explains building extension modules only.
5757

5858
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
59+
driver script. In the example above, the ``ext_modules`` argument to
6060
:func:`setup` is a list of extension modules, each of which is an instance of
6161
the :class:`~distutils.extension.Extension`. In the example, the instance
6262
defines an extension named ``demo`` which is build by compiling a single source

0 commit comments

Comments
 (0)