]> granicus.if.org Git - python/commitdiff
Fix unbalanced parenthesis in text.
authorRaymond Hettinger <python@rcn.com>
Mon, 14 Jul 2003 18:36:47 +0000 (18:36 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 14 Jul 2003 18:36:47 +0000 (18:36 +0000)
Doc/lib/libal.tex
Doc/lib/libcurses.tex

index 7159d6fb6964fddfff310ae09fec12dc67af93b3..e3fdc9123f28e8f18d57e0c8ab2cbfb0254a043d 100644 (file)
@@ -62,7 +62,7 @@ list such as returned by \function{queryparams()}.
 
 \subsection{Configuration Objects \label{al-config-objects}}
 
-Configuration objects (returned by \function{newconfig()} have the
+Configuration objects returned by \function{newconfig()} have the
 following methods:
 
 \begin{methoddesc}[audio configuration]{getqueuesize}{}
index 9c1155320a152bd7736c1d099166d8763214a0b9..a79e02c938174b4aaff3ed4b079d0799c29a2176 100644 (file)
@@ -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 usedwhich 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