Removed extraneous whitespace.

This commit is contained in:
Josiah Carlson 2008-07-07 04:24:24 +00:00
parent 1893ce7a97
commit 35bf9bf68c
1 changed files with 1 additions and 1 deletions

View File

@ -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