Fix typos: despatcher -> dispatcher.

This commit is contained in:
Thomas Heller 2002-09-17 15:19:12 +00:00
parent 29275c9331
commit c687401337
2 changed files with 7 additions and 7 deletions

View file

@ -59,7 +59,7 @@ service) is closed.
-- make sure you extend, rather than override, \method{__init__()}
if you want to retain this behavior).
Channels (instances of \class{asyncore.despatcher}, \class{asynchat.async_chat}
Channels (instances of \class{asyncore.dispatcher}, \class{asynchat.async_chat}
and subclasses thereof) can freely be mixed in the map.
\end{funcdesc}