From: Fred Drake Date: Tue, 5 Nov 2002 16:53:15 +0000 (+0000) Subject: Fix minor markup nits. X-Git-Tag: v2.2.3c1~251 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d35e228b484a049d05019d3c7fe15b325b352569;p=thirdparty%2FPython%2Fcpython.git Fix minor markup nits. --- diff --git a/Doc/ext/windows.tex b/Doc/ext/windows.tex index 3e83a58f6475..9cd23976b127 100644 --- a/Doc/ext/windows.tex +++ b/Doc/ext/windows.tex @@ -192,7 +192,7 @@ Hello, world list. Select ``Multithreaded DLL'' from the ``Use run-time library:'' dropdown list. - You should now create the file spam.def as instructed in the + You should now create the file \file{spam.def} as instructed in the previous section. Then chose the \menuselection{Insert \sub Files into Project} dialog. Set the pattern to \code{*.*} and select both \file{spam.c} and \file{spam.def} and click OK. (Inserting @@ -218,7 +218,7 @@ and add the following to the module initialization function: MyObject_Type.ob_type = &PyType_Type; \end{verbatim} -Refer to section 3 of the +Refer to section~3 of the \citetitle[http://www.python.org/doc/FAQ.html]{Python FAQ} for details on why you must do this.