From: Georg Brandl Date: Fri, 30 Mar 2007 15:49:05 +0000 (+0000) Subject: Markup fix. X-Git-Tag: v2.6a1~1912 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=459ef66f6ec2e61f9015abfee0c1f19386ce63e6;p=python Markup fix. --- diff --git a/Doc/lib/libasyncore.tex b/Doc/lib/libasyncore.tex index 206783911d..05528965bf 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