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

index 64f04232774c49d16097e7f8725c5766ebc5086c..18844dd7679cf9d0e150de4c60f2e4c1bee18fa9 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 b5ba9eb2d39ae13f91f44e4437c190d5893e6ed9..6b82c40546ca755a018b7332a0c4d25d6397f4a1 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