diff options
Diffstat (limited to 'Doc/lib/libasyncore.tex')
-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 4bcd496..5b39090 100644 --- a/Doc/lib/libasyncore.tex +++ b/Doc/lib/libasyncore.tex @@ -107,7 +107,7 @@ def handle_write(self): Each time through the \method{select()} loop, the set of sockets is scanned, and this method is called to see if there is any interest in writing. The default method simply returns \code{1}, - indiciating that by default, all channels will be interested. + indicating that by default, all channels will be interested. \end{methoddesc} In addition, there are the basic methods needed to construct and |