[Python-checkins] python/dist/src/Doc/ext windows.tex,1.7,1.8

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Tue, 05 Nov 2002 08:52:53 -0800


Update of /cvsroot/python/python/dist/src/Doc/ext
In directory usw-pr-cvs1:/tmp/cvs-serv16483

Modified Files:
	windows.tex 
Log Message:
Fix minor markup nits.


Index: windows.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ext/windows.tex,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** windows.tex	4 Jul 2002 08:36:53 -0000	1.7
--- windows.tex	5 Nov 2002 16:52:50 -0000	1.8
***************
*** 193,197 ****
      library:'' dropdown list.
  
!     You should now create the 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
--- 193,197 ----
      library:'' dropdown list.
  
!     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
***************
*** 219,223 ****
  \end{verbatim}
  
! Refer to section 3 of the
  \citetitle[http://www.python.org/doc/FAQ.html]{Python FAQ} for details
  on why you must do this.
--- 219,223 ----
  \end{verbatim}
  
! Refer to section~3 of the
  \citetitle[http://www.python.org/doc/FAQ.html]{Python FAQ} for details
  on why you must do this.