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

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Mon, 14 Apr 2003 08:32:20 -0700


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

Modified Files:
	librlcompleter.tex 
Log Message:
Typo fix

Index: librlcompleter.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/librlcompleter.tex,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** librlcompleter.tex	10 Aug 2001 16:15:08 -0000	1.7
--- librlcompleter.tex	14 Apr 2003 15:32:18 -0000	1.8
***************
*** 59,63 ****
  If called for a dotted name, it will try to evaluate anything without
  obvious side-effects (functions will not be evaluated, but it
! can generate calls to \method{__getattr__()}) upto the last part, and
  find matches for the rest via the \function{dir()} function.
  \end{methoddesc}
--- 59,63 ----
  If called for a dotted name, it will try to evaluate anything without
  obvious side-effects (functions will not be evaluated, but it
! can generate calls to \method{__getattr__()}) up to the last part, and
  find matches for the rest via the \function{dir()} function.
  \end{methoddesc}