[Python-checkins] python/dist/src/Doc/lib libreadline.tex,1.9,1.10

mwh@users.sourceforge.net mwh@users.sourceforge.net
Fri, 21 Feb 2003 12:11:11 -0800


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

Modified Files:
	libreadline.tex 
Log Message:
I'm am the PyPy sprint waiting for a Grand Renaming so I killed a few
seconds making the doc for get_completer marginally less minimal :)


Index: libreadline.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libreadline.tex,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** libreadline.tex	21 Feb 2003 18:57:05 -0000	1.9
--- libreadline.tex	21 Feb 2003 20:11:09 -0000	1.10
***************
*** 82,87 ****
  
  \begin{funcdesc}{get_completer}{}
! Get the completer function.
! \versionadded{2.3}
  \end{funcdesc}
  
--- 82,87 ----
  
  \begin{funcdesc}{get_completer}{}
! Get the completer function, or \code{None} if no completer function
! has been set.  \versionadded{2.3}
  \end{funcdesc}