From: Josiah Carlson Date: Mon, 7 Jul 2008 04:24:24 +0000 (+0000) Subject: Removed extraneous whitespace. X-Git-Tag: v3.0b2~84 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35bf9bf68cf70ead3f52c95a677cb27505dec9f9;p=thirdparty%2FPython%2Fcpython.git Removed extraneous whitespace. --- diff --git a/Doc/library/asynchat.rst b/Doc/library/asynchat.rst index a8dd7e4e6225..e8a84b19ac13 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 -.. sectionauthor:: Steve Holden +.. sectionauthor:: Steve Holden This module builds on the :mod:`asyncore` infrastructure, simplifying