summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libcurses.tex
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2003-07-14 18:36:47 (GMT)
committerRaymond Hettinger <python@rcn.com>2003-07-14 18:36:47 (GMT)
commit708c2a877ed013007b2467a93b95187affba78ef (patch)
treeb3bba17e4799a75440c14531799d963bd5e51def /Doc/lib/libcurses.tex
parent0e53d234eb002f48554c38692799d2f5e1d266f3 (diff)
downloadcpython-708c2a877ed013007b2467a93b95187affba78ef.zip
cpython-708c2a877ed013007b2467a93b95187affba78ef.tar.gz
cpython-708c2a877ed013007b2467a93b95187affba78ef.tar.bz2
Fix unbalanced parenthesis in text.
Diffstat (limited to 'Doc/lib/libcurses.tex')
-rw-r--r--Doc/lib/libcurses.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex
index 9c11553..a79e02c 100644
--- a/Doc/lib/libcurses.tex
+++ b/Doc/lib/libcurses.tex
@@ -997,7 +997,7 @@ the window.
\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
+\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
is waiting. If \var{delay} is positive, then \method{getch()} will