[Python-checkins] python/dist/src/Doc/lib libpty.tex,1.4,1.4.4.1

fdrake@sourceforge.net fdrake@sourceforge.net
Tue, 30 Apr 2002 20:22:26 -0700


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

Modified Files:
      Tag: release21-maint
	libpty.tex 
Log Message:
Add missing right-parenthesis.

Index: libpty.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libpty.tex,v
retrieving revision 1.4
retrieving revision 1.4.4.1
diff -C2 -d -r1.4 -r1.4.4.1
*** libpty.tex	1 Dec 2000 15:25:23 -0000	1.4
--- libpty.tex	1 May 2002 03:22:23 -0000	1.4.4.1
***************
*** 24,28 ****
  return value is the \var{pid} of the child, and \var{fd} is a file
  descriptor connected to the child's controlling terminal (and also
! to the child's standard input and output.
  \end{funcdesc}
  
--- 24,28 ----
  return value is the \var{pid} of the child, and \var{fd} is a file
  descriptor connected to the child's controlling terminal (and also
! to the child's standard input and output).
  \end{funcdesc}