[Python-checkins] python/dist/src/Doc/lib libfuncs.tex,1.136,1.137

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Mon, 16 Jun 2003 19:37:09 -0700


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

Modified Files:
	libfuncs.tex 
Log Message:
Fix some markup nits

Index: libfuncs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libfuncs.tex,v
retrieving revision 1.136
retrieving revision 1.137
diff -C2 -d -r1.136 -r1.137
*** libfuncs.tex	11 Jun 2003 09:15:26 -0000	1.136
--- libfuncs.tex	17 Jun 2003 02:37:06 -0000	1.137
***************
*** 92,97 ****
  \versionadded{2.2.1}
  
!   If no argument is given, this function returns \code{False}.
!   \versionchanged{2.3}
  \end{funcdesc}
  
--- 92,97 ----
  \versionadded{2.2.1}
  
!   \versionchanged[If no argument is given, this function returns 
!                   \code{False}]{2.3}
  \end{funcdesc}
  
***************
*** 688,693 ****
  \versionadded{2.2}
  
! This function does not accept any arguments.  \versionchanged{2.3}
! Formerly, it accepted arguments but ignored them.
  \end{funcdesc}
  
--- 688,693 ----
  \versionadded{2.2}
  
! \versionchanged[This function does not accept any arguments.
! Formerly, it accepted arguments but ignored them]{2.3}
  \end{funcdesc}