mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Markup fix.
This commit is contained in:
parent
2365fcde60
commit
459ef66f6e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue