diff options
author | Thomas Heller <theller@ctypes.org> | 2002-09-17 15:19:12 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2002-09-17 15:19:12 (GMT) |
commit | c6874013379f22cbcde563f7e8c24ae6ba1bc305 (patch) | |
tree | 3271898fea6d0f604db0bc0b7d3bdbafe6be7d69 /Doc/lib/libasyncore.tex | |
parent | 29275c9331873900af43c6c817234fcdd358a659 (diff) | |
download | cpython-c6874013379f22cbcde563f7e8c24ae6ba1bc305.zip cpython-c6874013379f22cbcde563f7e8c24ae6ba1bc305.tar.gz cpython-c6874013379f22cbcde563f7e8c24ae6ba1bc305.tar.bz2 |
Fix typos: despatcher -> dispatcher.
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 be19295..89c71781 100644 --- a/Doc/lib/libasyncore.tex +++ b/Doc/lib/libasyncore.tex @@ -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} |