Skip to content

Commit

Permalink
Issue python#24680: Remove random backslash. Patch by cdz.
Browse files Browse the repository at this point in the history
  • Loading branch information
zware committed Jul 22, 2015
1 parent 750eae1 commit c75e2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/extending/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c75e2dd

Please sign in to comment.