[Python-checkins] python/dist/src/Doc/lib libal.tex,1.14,1.15 libcurses.tex,1.41,1.42

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Mon, 14 Jul 2003 11:36:49 -0700


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

Modified Files:
	libal.tex libcurses.tex 
Log Message:
Fix unbalanced parenthesis in text.

Index: libal.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libal.tex,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** libal.tex	20 Oct 2001 04:24:09 -0000	1.14
--- libal.tex	14 Jul 2003 18:36:47 -0000	1.15
***************
*** 63,67 ****
  \subsection{Configuration Objects \label{al-config-objects}}
  
! Configuration objects (returned by \function{newconfig()} have the
  following methods:
  
--- 63,67 ----
  \subsection{Configuration Objects \label{al-config-objects}}
  
! Configuration objects returned by \function{newconfig()} have the
  following methods:
  

Index: libcurses.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcurses.tex,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -d -r1.41 -r1.42
*** libcurses.tex	12 Jan 2003 14:56:19 -0000	1.41
--- libcurses.tex	14 Jul 2003 18:36:47 -0000	1.42
***************
*** 998,1002 ****
  \begin{methoddesc}[window]{timeout}{delay}
  Sets blocking or non-blocking read behavior for the window.  If
! \var{delay} is negative, blocking read is used, which will wait
  indefinitely for input).  If \var{delay} is zero, then non-blocking
  read is used, and -1 will be returned by \method{getch()} if no input
--- 998,1002 ----
  \begin{methoddesc}[window]{timeout}{delay}
  Sets blocking or non-blocking read behavior for the window.  If
! \var{delay} is negative, blocking read is used (which will wait
  indefinitely for input).  If \var{delay} is zero, then non-blocking
  read is used, and -1 will be returned by \method{getch()} if no input