diff options
-rw-r--r-- | Doc/library/asynchat.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asynchat.rst b/Doc/library/asynchat.rst index a8dd7e4e62..e8a84b19ac 100644 --- a/Doc/library/asynchat.rst +++ b/Doc/library/asynchat.rst @@ -5,7 +5,7 @@ .. module:: asynchat :synopsis: Support for asynchronous command/response protocols. .. moduleauthor:: Sam Rushing <rushing@nightmare.com> -.. sectionauthor:: Steve Holden <sholden@holdenweb.com> +.. sectionauthor:: Steve Holden <sholden@holdenweb.com> This module builds on the :mod:`asyncore` infrastructure, simplifying |