]> granicus.if.org Git - python/commitdiff
Fix spacing after C++ in documentation
authorMartin Panter <vadmium+py@gmail.com>
Sat, 5 Nov 2016 02:40:31 +0000 (02:40 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Sat, 5 Nov 2016 02:40:31 +0000 (02:40 +0000)
Doc/distutils/apiref.rst
Doc/distutils/setupscript.rst

index be0e89a85c2096532d09c64e01bdea17359cd64d..b5b7731074c2ca36c2554cf4ceeade1c70d55949 100644 (file)
@@ -166,7 +166,7 @@ the full reference.
 
 .. class:: Extension
 
-   The Extension class describes a single C or C++extension module in a setup
+   The Extension class describes a single C or C++ extension module in a setup
    script. It accepts the following keyword arguments in its constructor:
 
    .. tabularcolumns:: |l|L|l|
index 9c4a9d59dd22f0473535a504b92d065bea44444b..38e0202e4ac1f6fa288ee396d2da6970c3f8da28 100644 (file)
@@ -201,7 +201,7 @@ The second argument to the :class:`~distutils.core.Extension` constructor is
 a list of source
 files.  Since the Distutils currently only support C, C++, and Objective-C
 extensions, these are normally C/C++/Objective-C source files.  (Be sure to use
-appropriate extensions to distinguish C++\ source files: :file:`.cc` and
+appropriate extensions to distinguish C++ source files: :file:`.cc` and
 :file:`.cpp` seem to be recognized by both Unix and Windows compilers.)
 
 However, you can also include SWIG interface (:file:`.i`) files in the list; the