Issue #24680: Merge with 3.4

This commit is contained in:
Zachary Ware 2015-07-21 22:34:16 -05:00
commit c8115b8ba5
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,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