diff options
author | Josiah Carlson <josiah.carlson@gmail.com> | 2008-07-07 04:24:24 (GMT) |
---|---|---|
committer | Josiah Carlson <josiah.carlson@gmail.com> | 2008-07-07 04:24:24 (GMT) |
commit | 35bf9bf68cf70ead3f52c95a677cb27505dec9f9 (patch) | |
tree | d26c631e395a485fe103887a6e6d778cfd9d9a63 /Doc/library/asynchat.rst | |
parent | 1893ce7a97e5a551f77e85ac6d128854b49191b7 (diff) | |
download | cpython-35bf9bf68cf70ead3f52c95a677cb27505dec9f9.zip cpython-35bf9bf68cf70ead3f52c95a677cb27505dec9f9.tar.gz cpython-35bf9bf68cf70ead3f52c95a677cb27505dec9f9.tar.bz2 |
Removed extraneous whitespace.
Diffstat (limited to 'Doc/library/asynchat.rst')
-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 a8dd7e4..e8a84b1 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 |