]> granicus.if.org Git - python/commitdiff
Markup fix.
authorGeorg Brandl <georg@python.org>
Fri, 30 Mar 2007 15:49:05 +0000 (15:49 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 30 Mar 2007 15:49:05 +0000 (15:49 +0000)
Doc/lib/libasyncore.tex

index 206783911d597cb117ad00af8f848d8a3d6fad67..05528965bf0a7f9ce17b46dd8072f97c86fe3819 100644 (file)
@@ -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