From: Georg Brandl Date: Fri, 9 Mar 2012 11:22:12 +0000 (+0100) Subject: Fix indentation. X-Git-Tag: v3.3.0a2~254 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f5a1d76b48a9c0b5c9bbd0a59088f3df1c21f426;p=thirdparty%2FPython%2Fcpython.git Fix indentation. --- diff --git a/Doc/library/asyncore.rst b/Doc/library/asyncore.rst index 5411c308d270..87506596a6a8 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)