[Python-checkins] python/dist/src/Doc/lib libwinreg.tex,1.7,1.8

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Mon, 24 Jun 2002 21:53:07 -0700


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

Modified Files:
	libwinreg.tex 
Log Message:
Fix SF bug 568269 by enclosing 'computername' in a raw string

Index: libwinreg.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libwinreg.tex,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** libwinreg.tex	6 Jul 2001 20:30:11 -0000	1.7
--- libwinreg.tex	25 Jun 2002 04:53:05 -0000	1.8
***************
*** 37,41 ****
  
   \var{computer_name} is the name of the remote computer, of the 
!  form \samp{\e\e computername}.  If \code{None}, the local computer
   is used.
   
--- 37,41 ----
  
   \var{computer_name} is the name of the remote computer, of the 
!  form \code{"r\e\e computername"}.  If \code{None}, the local computer
   is used.