diff options
author | Georg Brandl <georg@python.org> | 2007-03-30 15:49:05 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-03-30 15:49:05 (GMT) |
commit | 459ef66f6ec2e61f9015abfee0c1f19386ce63e6 (patch) | |
tree | d4b2463f5d071d251e2221f3b151e41f9aa78164 /Doc/lib | |
parent | 2365fcde60351d7b378aa52d50842b133c57a2ba (diff) | |
download | cpython-459ef66f6ec2e61f9015abfee0c1f19386ce63e6.zip cpython-459ef66f6ec2e61f9015abfee0c1f19386ce63e6.tar.gz cpython-459ef66f6ec2e61f9015abfee0c1f19386ce63e6.tar.bz2 |
Markup fix.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libasyncore.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libasyncore.tex b/Doc/lib/libasyncore.tex index 2067839..0552896 100644 --- a/Doc/lib/libasyncore.tex +++ b/Doc/lib/libasyncore.tex @@ -46,7 +46,7 @@ service) is closed. \begin{funcdesc}{loop}{\optional{timeout\optional{, use_poll\optional{, map\optional{,count}}}}} 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 when all channels have been closed. The \var{timeout} argument sets the timeout parameter for the appropriate \function{select()} or |