From: Georg Brandl <georg@python.org>
Date: Fri, 9 Mar 2012 11:22:12 +0000 (+0100)
Subject: Fix indentation.
X-Git-Tag: v3.3.0a2~254
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5a1d76b48a9c0b5c9bbd0a59088f3df1c21f426;p=python

Fix indentation.
---

diff --git a/Doc/library/asyncore.rst b/Doc/library/asyncore.rst
index 5411c308d2..87506596a6 100644
--- a/Doc/library/asyncore.rst
+++ b/Doc/library/asyncore.rst
@@ -190,7 +190,8 @@ any that have been added to the map during asynchronous service) is closed.
       same options for creation.  Refer to the :mod:`socket` documentation for
       information on creating sockets.
 
-  .. versionchanged:: 3.3 family and type arguments can be omitted.
+      .. versionchanged:: 3.3
+         *family* and *type* arguments can be omitted.
 
 
    .. method:: connect(address)