summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libpty.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-05-01 03:23:03 (GMT)
committerFred Drake <fdrake@acm.org>2002-05-01 03:23:03 (GMT)
commit7938fab2855e7e0f16d6591591535f44de13f5fe (patch)
treec69992eca27abc6affde635a1b8bd36d01190fcc /Doc/lib/libpty.tex
parent5dfc7afff93d99f986250f1b3f865f87cfde3aa6 (diff)
downloadcpython-7938fab2855e7e0f16d6591591535f44de13f5fe.zip
cpython-7938fab2855e7e0f16d6591591535f44de13f5fe.tar.gz
cpython-7938fab2855e7e0f16d6591591535f44de13f5fe.tar.bz2
Add missing right-parenthesis.
Diffstat (limited to 'Doc/lib/libpty.tex')
-rw-r--r--Doc/lib/libpty.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libpty.tex b/Doc/lib/libpty.tex
index bf75ef2..2db7503 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}{}