[Python-checkins] python/dist/src/Doc/lib libfuncs.tex,1.159,1.160

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Tue Dec 30 15:49:01 EST 2003


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

Modified Files:
	libfuncs.tex 
Log Message:
fix markup errors


Index: libfuncs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libfuncs.tex,v
retrieving revision 1.159
retrieving revision 1.160
diff -C2 -d -r1.159 -r1.160
*** libfuncs.tex	23 Dec 2003 16:53:34 -0000	1.159
--- libfuncs.tex	30 Dec 2003 20:48:59 -0000	1.160
***************
*** 885,891 ****
  \end{funcdesc}
  
! \begin{funcdesc}{sorted(\var{iterable}\optional{, \var{cmp}=None
!                                       \optional{, \var{key}=None
!                                       \optional{, \var{reverse}=False}}})}
    Return a new sorted list from the items in \var{iterable}.
    The optional arguments \var{cmp}, \var{key}, and \var{reverse}
--- 885,890 ----
  \end{funcdesc}
  
! \begin{funcdesc}{sorted}{iterable\optional{, cmp\optional{,
!                          key\optional{, reverse}}}}
    Return a new sorted list from the items in \var{iterable}.
    The optional arguments \var{cmp}, \var{key}, and \var{reverse}





More information about the Python-checkins mailing list