File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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|
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ The second argument to the :class:`~distutils.core.Extension` constructor is
201201a list of source
202202files. Since the Distutils currently only support C, C++, and Objective-C
203203extensions, 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
207207However, you can also include SWIG interface (:file: `.i `) files in the list; the
You can’t perform that action at this time.
0 commit comments