File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ \section{A Cookbook Approach \label{win-cookbook}}
192
192
list. Select `` Multithreaded DLL'' from the `` Use run-time
193
193
library:'' dropdown list.
194
194
195
- You should now create the file spam.def as instructed in the
195
+ You should now create the file \file { spam.def} as instructed in the
196
196
previous section. Then chose the \menuselection {Insert \sub Files
197
197
into Project} dialog. Set the pattern to \code {*.*} and select
198
198
both \file {spam.c} and \file {spam.def} and click OK. (Inserting
@@ -218,7 +218,7 @@ \section{A Cookbook Approach \label{win-cookbook}}
218
218
MyObject_Type.ob_type = &PyType_Type;
219
219
\end {verbatim }
220
220
221
- Refer to section 3 of the
221
+ Refer to section~ 3 of the
222
222
\citetitle [http://www.python.org/doc/FAQ.html]{Python FAQ } for details
223
223
on why you must do this.
224
224
You can’t perform that action at this time.
0 commit comments