From: Fred Drake Date: Wed, 1 May 2002 03:22:48 +0000 (+0000) Subject: Add missing right-parenthesis. X-Git-Tag: v2.2.2b1~393 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=310d2e46d31f6f4c2a1946c3c4f2ed98d88a5cd0;p=thirdparty%2FPython%2Fcpython.git Add missing right-parenthesis. --- diff --git a/Doc/lib/libpty.tex b/Doc/lib/libpty.tex index bf75ef209bc8..2db75030b47e 100644 --- a/Doc/lib/libpty.tex +++ b/Doc/lib/libpty.tex @@ -23,7 +23,7 @@ Return value is \code{(\var{pid}, \var{fd})}. Note that the child gets \var{pid} 0, and the \var{fd} is \emph{invalid}. The parent's 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. +to the child's standard input and output). \end{funcdesc} \begin{funcdesc}{openpty}{}