[Python-checkins] python/dist/src/Doc/lib libos.tex,1.101,1.102

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Thu, 07 Nov 2002 09:13:07 -0800


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

Modified Files:
	libos.tex 
Log Message:
Minor markup adjustments.


Index: libos.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libos.tex,v
retrieving revision 1.101
retrieving revision 1.102
diff -C2 -d -r1.101 -r1.102
*** libos.tex	7 Nov 2002 16:33:44 -0000	1.101
--- libos.tex	7 Nov 2002 17:13:03 -0000	1.102
***************
*** 301,306 ****
  
  \versionchanged[When specified, the \var{mode} argument must now start
!   with one of the letters \code{'r'}, \code{'w'}, or \code{'a'},
!   otherwise a \exception{ValueError} is raised. ]{2.3}
  \end{funcdesc}
  
--- 301,306 ----
  
  \versionchanged[When specified, the \var{mode} argument must now start
!   with one of the letters \character{r}, \character{w}, or \character{a},
!   otherwise a \exception{ValueError} is raised]{2.3}
  \end{funcdesc}