[Python-checkins] r54617 - python/trunk/Doc/lib/libasyncore.tex

georg.brandl python-checkins at python.org
Fri Mar 30 17:49:11 CEST 2007


Author: georg.brandl
Date: Fri Mar 30 17:49:05 2007
New Revision: 54617

Modified:
   python/trunk/Doc/lib/libasyncore.tex
Log:
Markup fix.


Modified: python/trunk/Doc/lib/libasyncore.tex
==============================================================================
--- python/trunk/Doc/lib/libasyncore.tex	(original)
+++ python/trunk/Doc/lib/libasyncore.tex	Fri Mar 30 17:49:05 2007
@@ -46,7 +46,7 @@
 \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


More information about the Python-checkins mailing list