Commit 1c789bba authored by Raymond Hettinger's avatar Raymond Hettinger

Fix unbalanced parenthesis in text.

parent 06fe8aab
......@@ -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}{}
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment