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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=35bf9bf68cf70ead3f52c95a677cb27505dec9f9;p=python Removed extraneous whitespace. --- 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 -.. sectionauthor:: Steve Holden +.. sectionauthor:: Steve Holden This module builds on the :mod:`asyncore` infrastructure, simplifying