mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Fix typos: despatcher -> dispatcher.
This commit is contained in:
parent
29275c9331
commit
c687401337
2 changed files with 7 additions and 7 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue