]> granicus.if.org Git - python/commitdiff
Fix indentation.
authorGeorg Brandl <georg@python.org>
Fri, 9 Mar 2012 11:22:12 +0000 (12:22 +0100)
committerGeorg Brandl <georg@python.org>
Fri, 9 Mar 2012 11:22:12 +0000 (12:22 +0100)
Doc/library/asyncore.rst

index 5411c308d270cb344a8a10db7de60edb82b20b03..87506596a6a8f84d7d6f8275d024d69da51c3730 100644 (file)
@@ -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)