Skip to content

Commit cc6cc5d

Browse files
committed
Fix minor markup nits.
1 parent f8ca836 commit cc6cc5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/ext/windows.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
223223
on why you must do this.
224224

0 commit comments

Comments
 (0)