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

Fred L. Drake fdrake@users.sourceforge.net
Fri, 10 Aug 2001 09:15:10 -0700


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

Modified Files:
	librlcompleter.tex 
Log Message:

Usage fix, problem reported by Keith Briggs.


Index: librlcompleter.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/librlcompleter.tex,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** librlcompleter.tex	2001/07/06 20:30:11	1.6
--- librlcompleter.tex	2001/08/10 16:15:08	1.7
***************
*** 11,15 ****
  and keywords.
  
! This module is \UNIX-specific due to it's dependence on the
  \refmodule{readline} module.
  
--- 11,15 ----
  and keywords.
  
! This module is \UNIX-specific due to its dependence on the
  \refmodule{readline} module.