summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorJosiah Carlson <josiah.carlson@gmail.com>2008-07-07 04:24:24 (GMT)
committerJosiah Carlson <josiah.carlson@gmail.com>2008-07-07 04:24:24 (GMT)
commit35bf9bf68cf70ead3f52c95a677cb27505dec9f9 (patch)
treed26c631e395a485fe103887a6e6d778cfd9d9a63 /Doc/library
parent1893ce7a97e5a551f77e85ac6d128854b49191b7 (diff)
downloadcpython-35bf9bf68cf70ead3f52c95a677cb27505dec9f9.zip
cpython-35bf9bf68cf70ead3f52c95a677cb27505dec9f9.tar.gz
cpython-35bf9bf68cf70ead3f52c95a677cb27505dec9f9.tar.bz2
Removed extraneous whitespace.
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/asynchat.rst2
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