Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b0bbaa8

Browse files
committed
Merge doc fixup from 3.6
2 parents 52dfd4b + 873305b commit b0bbaa8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/distutils/apiref.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ the full reference.
166166

167167
.. class:: Extension
168168

169-
The Extension class describes a single C or C++extension module in a setup
169+
The Extension class describes a single C or C++ extension module in a setup
170170
script. It accepts the following keyword arguments in its constructor:
171171

172172
.. tabularcolumns:: |l|L|l|

Doc/distutils/setupscript.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ The second argument to the :class:`~distutils.core.Extension` constructor is
201201
a list of source
202202
files. Since the Distutils currently only support C, C++, and Objective-C
203203
extensions, these are normally C/C++/Objective-C source files. (Be sure to use
204-
appropriate extensions to distinguish C++\ source files: :file:`.cc` and
204+
appropriate extensions to distinguish C++ source files: :file:`.cc` and
205205
:file:`.cpp` seem to be recognized by both Unix and Windows compilers.)
206206

207207
However, you can also include SWIG interface (:file:`.i`) files in the list; the

0 commit comments

Comments
 (0)