diff -r 83b45ea19d00 Doc/extending/building.rst --- a/Doc/extending/building.rst Tue Jul 21 22:41:39 2015 +0300 +++ b/Doc/extending/building.rst Tue Jul 21 22:45:10 2015 -0400 @@ -87,7 +87,7 @@ 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