]> granicus.if.org Git - python/commitdiff
Add missing right-parenthesis.
authorFred Drake <fdrake@acm.org>
Wed, 1 May 2002 03:23:03 +0000 (03:23 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 1 May 2002 03:23:03 +0000 (03:23 +0000)
Doc/lib/libpty.tex

index bf75ef209bc8141a40a7116abae76ee63239d9a9..2db75030b47e84ab53e41daf05cca916899bfd37 100644 (file)
@@ -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}{}