File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ \section{A Cookbook Approach \label{win-cookbook}}
192192 list. Select `` Multithreaded DLL'' from the `` Use run-time
193193 library:'' dropdown list.
194194
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
196196 previous section. Then chose the \menuselection {Insert \sub Files
197197 into Project} dialog. Set the pattern to \code {*.*} and select
198198 both \file {spam.c} and \file {spam.def} and click OK. (Inserting
@@ -218,7 +218,7 @@ \section{A Cookbook Approach \label{win-cookbook}}
218218 MyObject_Type.ob_type = &PyType_Type;
219219\end {verbatim }
220220
221- Refer to section 3 of the
221+ Refer to section~ 3 of the
222222\citetitle [http://www.python.org/doc/FAQ.html]{Python FAQ } for details
223223on why you must do this.
224224
You can’t perform that action at this time.
0 commit comments