Commit 459ef66f authored by Georg Brandl's avatar Georg Brandl

Markup fix.

parent 2365fcde
...@@ -46,7 +46,7 @@ service) is closed. ...@@ -46,7 +46,7 @@ service) is closed.
\begin{funcdesc}{loop}{\optional{timeout\optional{, use_poll\optional{, \begin{funcdesc}{loop}{\optional{timeout\optional{, use_poll\optional{,
map\optional{,count}}}}} map\optional{,count}}}}}
Enter a polling loop that terminates after count passes or all open Enter a polling loop that terminates after count passes or all open
channels have been closed. All arguments are optional. The \var(count) channels have been closed. All arguments are optional. The \var{count}
parameter defaults to None, resulting in the loop terminating only parameter defaults to None, resulting in the loop terminating only
when all channels have been closed. The \var{timeout} argument sets the when all channels have been closed. The \var{timeout} argument sets the
timeout parameter for the appropriate \function{select()} or timeout parameter for the appropriate \function{select()} or
......
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