From f5a1d76b48a9c0b5c9bbd0a59088f3df1c21f426 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 9 Mar 2012 12:22:12 +0100 Subject: Fix indentation. --- Doc/library/asyncore.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/library/asyncore.rst b/Doc/library/asyncore.rst index 5411c30..8750659 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) -- cgit v0.12